2
Friends would like a help, I am publishing for the first time an app in the play store, I created the app running perfectly, I already have a Google play console account, I created the app but when I will upload the signed APK to the production I get the following warning and can’t continue:
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 device settings, the size of the download and installation 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 multiple device settings, use the Android App Bundle or create multiple Apks.
Can anyone tell me how to solve this issue I’ve tried everything.
Hello, take a look here https://developer.android.com/platform/technology/app-bundle
– PauloHDSousa
I even read the suggested documentation but could not understand very well.
– Bruno Richart