App apk size exceed 100mb. How to upload it on PlayStore?
App apk size around 145 MB. It Contains 9-10 gif Images around 100 MB.So,I can't upload app on google play store.
So I am trying to implement app bundle by using this link:-
https://medium.com/@AndreSand/android-app-bundle-96ac16b36875
app bundle makes successful with .aab extension but its size is not less and when I try to upload it on google play store it gives an error that some apk file size has more than 100 MB.
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
App apk size around 145 MB. It Contains 9-10 gif Images around 100 MB.So,I can't upload app on google play store.
So I am trying to implement app bundle by using this link:-
https://medium.com/@AndreSand/android-app-bundle-96ac16b36875
app bundle makes successful with .aab extension but its size is not less and when I try to upload it on google play store it gives an error that some apk file size has more than 100 MB.
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Did you use proguard ?
– Cagri Yalcin
2 days ago
1
App bundles are definitely the right approach but may not solve your problem. Try to use a comprised version of GIF or cache them from the network. Bundling this much large file into APK may not sound good.
– Milind Mevada
2 days ago
You can use expansion files developer.android.com/google/play/expansion-files
– Oussema Aroua
2 days ago
@CagriYalcin yes,I used proguard
– Magento Mobile
2 days ago
add a comment |
App apk size around 145 MB. It Contains 9-10 gif Images around 100 MB.So,I can't upload app on google play store.
So I am trying to implement app bundle by using this link:-
https://medium.com/@AndreSand/android-app-bundle-96ac16b36875
app bundle makes successful with .aab extension but its size is not less and when I try to upload it on google play store it gives an error that some apk file size has more than 100 MB.
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
App apk size around 145 MB. It Contains 9-10 gif Images around 100 MB.So,I can't upload app on google play store.
So I am trying to implement app bundle by using this link:-
https://medium.com/@AndreSand/android-app-bundle-96ac16b36875
app bundle makes successful with .aab extension but its size is not less and when I try to upload it on google play store it gives an error that some apk file size has more than 100 MB.
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
James Z
11.1k71735
11.1k71735
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
Magento Mobile
61
61
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Magento Mobile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Did you use proguard ?
– Cagri Yalcin
2 days ago
1
App bundles are definitely the right approach but may not solve your problem. Try to use a comprised version of GIF or cache them from the network. Bundling this much large file into APK may not sound good.
– Milind Mevada
2 days ago
You can use expansion files developer.android.com/google/play/expansion-files
– Oussema Aroua
2 days ago
@CagriYalcin yes,I used proguard
– Magento Mobile
2 days ago
add a comment |
Did you use proguard ?
– Cagri Yalcin
2 days ago
1
App bundles are definitely the right approach but may not solve your problem. Try to use a comprised version of GIF or cache them from the network. Bundling this much large file into APK may not sound good.
– Milind Mevada
2 days ago
You can use expansion files developer.android.com/google/play/expansion-files
– Oussema Aroua
2 days ago
@CagriYalcin yes,I used proguard
– Magento Mobile
2 days ago
Did you use proguard ?
– Cagri Yalcin
2 days ago
Did you use proguard ?
– Cagri Yalcin
2 days ago
1
1
App bundles are definitely the right approach but may not solve your problem. Try to use a comprised version of GIF or cache them from the network. Bundling this much large file into APK may not sound good.
– Milind Mevada
2 days ago
App bundles are definitely the right approach but may not solve your problem. Try to use a comprised version of GIF or cache them from the network. Bundling this much large file into APK may not sound good.
– Milind Mevada
2 days ago
You can use expansion files developer.android.com/google/play/expansion-files
– Oussema Aroua
2 days ago
You can use expansion files developer.android.com/google/play/expansion-files
– Oussema Aroua
2 days ago
@CagriYalcin yes,I used proguard
– Magento Mobile
2 days ago
@CagriYalcin yes,I used proguard
– Magento Mobile
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
Google Play currently requires that your APK file be no more than 100MB. For most applications, this is plenty of space for all the application's code and assets. However, some apps need more space for high-fidelity graphics, media files, or other large assets. Previously, if your app exceeded 100MB, you had to host and download the additional resources yourself when the user opens the app. Hosting and serving the extra files can be costly, and the user experience is often less than ideal. To make this process easier for you and more pleasant for users, Google Play allows you to attach two large expansion files that supplement your APK.
Read APK Expansion Files.
FYI
The new app publishing format, the Android App Bundle, is a more efficient way to build and release your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size.
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
add a comment |
will be more better to upload low size APk otherwise user will never download app from play store. if you have large images or gifs and you don't have server then you can use firebase storege where you can easily store your files and fetch . where you can upload your file and get images paths .
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Magento Mobile is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53944679%2fapp-apk-size-exceed-100mb-how-to-upload-it-on-playstore%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Google Play currently requires that your APK file be no more than 100MB. For most applications, this is plenty of space for all the application's code and assets. However, some apps need more space for high-fidelity graphics, media files, or other large assets. Previously, if your app exceeded 100MB, you had to host and download the additional resources yourself when the user opens the app. Hosting and serving the extra files can be costly, and the user experience is often less than ideal. To make this process easier for you and more pleasant for users, Google Play allows you to attach two large expansion files that supplement your APK.
Read APK Expansion Files.
FYI
The new app publishing format, the Android App Bundle, is a more efficient way to build and release your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size.
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
add a comment |
Google Play currently requires that your APK file be no more than 100MB. For most applications, this is plenty of space for all the application's code and assets. However, some apps need more space for high-fidelity graphics, media files, or other large assets. Previously, if your app exceeded 100MB, you had to host and download the additional resources yourself when the user opens the app. Hosting and serving the extra files can be costly, and the user experience is often less than ideal. To make this process easier for you and more pleasant for users, Google Play allows you to attach two large expansion files that supplement your APK.
Read APK Expansion Files.
FYI
The new app publishing format, the Android App Bundle, is a more efficient way to build and release your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size.
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
add a comment |
Google Play currently requires that your APK file be no more than 100MB. For most applications, this is plenty of space for all the application's code and assets. However, some apps need more space for high-fidelity graphics, media files, or other large assets. Previously, if your app exceeded 100MB, you had to host and download the additional resources yourself when the user opens the app. Hosting and serving the extra files can be costly, and the user experience is often less than ideal. To make this process easier for you and more pleasant for users, Google Play allows you to attach two large expansion files that supplement your APK.
Read APK Expansion Files.
FYI
The new app publishing format, the Android App Bundle, is a more efficient way to build and release your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size.
Google Play currently requires that your APK file be no more than 100MB. For most applications, this is plenty of space for all the application's code and assets. However, some apps need more space for high-fidelity graphics, media files, or other large assets. Previously, if your app exceeded 100MB, you had to host and download the additional resources yourself when the user opens the app. Hosting and serving the extra files can be costly, and the user experience is often less than ideal. To make this process easier for you and more pleasant for users, Google Play allows you to attach two large expansion files that supplement your APK.
Read APK Expansion Files.
FYI
The new app publishing format, the Android App Bundle, is a more efficient way to build and release your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size.
edited 2 days ago
answered 2 days ago
IntelliJ Amiya
52.3k12110130
52.3k12110130
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
add a comment |
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
yes,I am trying this link to make app bundle but it could not upload on play store due to more size
– Magento Mobile
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Reduce image size.
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@MagentoMobile Read developer.android.com/topic/performance/reduce-apk-size
– IntelliJ Amiya
2 days ago
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
@ IntelliJ Amiya make app bundle using dynamic module follow below link medium.com/mindorks/… When upload on play store got below error:- ne or more of the auto-generated multi-APKs exceeds the maximum allowed size of 100 MB. Your app bundle contains the following configurations where the initial install would exceed the maximum size of 100 MB: ARM64_V8A + XHDPI, ARM64_V8A + XXHDPI, ARM64_V8A + XXXHDPI, ARM64_V8A + TVDPI so on Please suggest what i am doing wrong here?
– Magento Mobile
yesterday
add a comment |
will be more better to upload low size APk otherwise user will never download app from play store. if you have large images or gifs and you don't have server then you can use firebase storege where you can easily store your files and fetch . where you can upload your file and get images paths .
add a comment |
will be more better to upload low size APk otherwise user will never download app from play store. if you have large images or gifs and you don't have server then you can use firebase storege where you can easily store your files and fetch . where you can upload your file and get images paths .
add a comment |
will be more better to upload low size APk otherwise user will never download app from play store. if you have large images or gifs and you don't have server then you can use firebase storege where you can easily store your files and fetch . where you can upload your file and get images paths .
will be more better to upload low size APk otherwise user will never download app from play store. if you have large images or gifs and you don't have server then you can use firebase storege where you can easily store your files and fetch . where you can upload your file and get images paths .
answered 2 days ago
Imran khan
188
188
add a comment |
add a comment |
Magento Mobile is a new contributor. Be nice, and check out our Code of Conduct.
Magento Mobile is a new contributor. Be nice, and check out our Code of Conduct.
Magento Mobile is a new contributor. Be nice, and check out our Code of Conduct.
Magento Mobile is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53944679%2fapp-apk-size-exceed-100mb-how-to-upload-it-on-playstore%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you use proguard ?
– Cagri Yalcin
2 days ago
1
App bundles are definitely the right approach but may not solve your problem. Try to use a comprised version of GIF or cache them from the network. Bundling this much large file into APK may not sound good.
– Milind Mevada
2 days ago
You can use expansion files developer.android.com/google/play/expansion-files
– Oussema Aroua
2 days ago
@CagriYalcin yes,I used proguard
– Magento Mobile
2 days ago