Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning message when review APK

I am clicking review on my APK, but I am getting this 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.

However I can not move forward. My app is only 5.19MB, so how do I fix? I am using Phonegbap to build my apps.

like image 685
CE Walsh Avatar asked Jun 17 '19 14:06

CE Walsh


2 Answers

This is because you're generating an Apk instead of App bundle

enter image description here

You can read more about App bundle here: https://developer.android.com/guide/app-bundle/

like image 86
Shermano Avatar answered Sep 18 '22 08:09

Shermano


Just finish other sections for the app: "Content Rating", "App Content" and "Pricing & distribution". Publishing function should be available after that.

like image 26
Denis Liger Avatar answered Sep 20 '22 08:09

Denis Liger