Android Question Unoptimized APK

Addo

Well-Known Member
Licensed User
today when i updated my apk i get this warning message in playstore console before rollout any one have the simillar warning message ?

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.
 
Top