H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User May 6, 2023 #1 I got this error on uploading app of 300MB size: B4X: One or more of your auto-generated multi-APKs exceeds 150 MB. Reduce the size of your components to generate smaller multi-APKs. How to solve?
I got this error on uploading app of 300MB size: B4X: One or more of your auto-generated multi-APKs exceeds 150 MB. Reduce the size of your components to generate smaller multi-APKs. How to solve?
LucaMs Expert Licensed User Longtime User May 6, 2023 #2 https://stackoverflow.com/questions/72826413/how-to-post-an-app-on-google-play-over-he-150mb-limit Upvote 0
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User May 6, 2023 #3 Anyway from inside B4A? Upvote 0
toby Well-Known Member Licensed User Longtime User May 6, 2023 #4 Try to build and submit app bundle file, * aab Upvote 0
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User May 6, 2023 #5 I toby said: Try to build and submit app bundle file, * aab Click to expand... It is aab format, still 300MB and Play store not accept it. Upvote 0
I toby said: Try to build and submit app bundle file, * aab Click to expand... It is aab format, still 300MB and Play store not accept it.
toby Well-Known Member Licensed User Longtime User May 6, 2023 #6 Hamied Abou Hulaikah said: I It is aab format, still 300MB and Play store not accept it. Click to expand... Minimize amount of data (images, videos, database, etc) included in the app and download the missing data during first use Upvote 0
Hamied Abou Hulaikah said: I It is aab format, still 300MB and Play store not accept it. Click to expand... Minimize amount of data (images, videos, database, etc) included in the app and download the missing data during first use
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User May 6, 2023 #7 T toby said: Minimize amount of data (images, videos, database, etc) included in the app and download the missing data during first use Click to expand... That's the last solution in mind, But see this game it is > 1GB How they upload it? Upvote 0
T toby said: Minimize amount of data (images, videos, database, etc) included in the app and download the missing data during first use Click to expand... That's the last solution in mind, But see this game it is > 1GB How they upload it?
toby Well-Known Member Licensed User Longtime User May 6, 2023 #8 What counts is the size (the max is 150m) of the each autogenerated APK files, but not the size of uploaded file. Upvote 0
What counts is the size (the max is 150m) of the each autogenerated APK files, but not the size of uploaded file.
toby Well-Known Member Licensed User Longtime User May 6, 2023 #9 The information here should be helpful to you: https://developer.android.com/topic/performance/reduce-apk-size Upvote 0
The information here should be helpful to you: https://developer.android.com/topic/performance/reduce-apk-size