Android Question try to upload to google play and when press Review always ask for Apk Not Optimize

Humberto

Active Member
Licensed User
Longtime User
Hi
I´m trying to upload to google play and when press Review always ask for Apk Not Optimize
erro1.png

erro2.png


How to optimize without sign the Android App Bundle?
 

Biswajit

Active Member
Licensed User
Longtime User
Its ok. You can ignore this warning. There is an option in Android Studio to build as a bundle instead of apk. This warning can only be removed if you build as an android app bundle.
 
Upvote 0

Humberto

Active Member
Licensed User
Longtime User
The only error is that
APK not optimized
Warning:

This APK includes unused features and codes that are sent to users. Your app would be smaller if you used the Android App Bundle. When the app is not optimized for the device's settings, the download and installation size is larger than necessary. Larger apps have lower installation rates and take up space on users' devices.

Resolution:

In order to automatically optimize the app for various device configurations, use the Android App Bundle or create multiple APKs.

The size of the apk is less than 3 MB
 
Upvote 0

Biswajit

Active Member
Licensed User
Longtime User
This is a warning not error. If you are unable to submit your apk then check store preference tab from left side. There must be something you missed.
 
Upvote 0
Top