Reputation: 61
So, I am trying to upload my first app in the Play Store. I didn't opt for Google Play App Signing option but I still get the following warning when reviewing my app's release:
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 don't want to use the Android App Bundle so...
So, how the heck should I make this work out. LOL??
Thanks for any advise,
Upvotes: 3
Views: 1524
Reputation: 6014
The warning can be ignored. So as long as you don't see any error in red, you can create a release. However, you will need to fill out all required infos for the play store page and your app content first.
I found it quite confusing since on the "releases" page, you don't see any indication that the store page must be filled out first. If you filled out all the information, you will see a checkmark next to this entries in the play console:
Upvotes: 3