Reputation: 21
I have created an app using visual studio 2017 apache cordova. I published it and it created an apk of 1.13MB. I tested it on android and it's working. When I started to upload it to play store it gave me a warning.
Unoptimized APK Warning:
This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App Bundle. By not optimizing your app for device configurations, your app is larger to download and install on users' devices than it needs to be. Larger apps see lower install success rates and take up storage on users' devices.
Resolution:
Use the Android App Bundle to automatically optimize for device configurations, or manage it yourself with multiple APKs.
I tried to convert it to aab using android studio but it did not work.
How can I solve this?
Upvotes: 0
Views: 525
Reputation: 17397
The fact that you can't rollout is unrelated to this warning.
Warnings do not block the release. The fact that the button is disabled is a sign that something else is incomplete: check your store listing, the pricing distribution, etc. And make sure that all required checkboxes are checked.
Upvotes: 1