Play store warning need a optimization big size

Non-optimized APK
Warning:

This APK causes unused code and resources to be sent to the user. If you use the Android App Bundle function, your app may be smaller. Because you don’t optimize your app for device configurations, the size at which your app is downloaded and installed on users’ devices is larger than it should be. Large applications have a lower success rate of loading and occupy more space on users’ devices.

Resolution:

Use the Android App Bundle to automatically optimize device configurations or manage it yourself with multiple APKs.

Use expo build:android -t app-bundle

2 Likes

Thank you so much :slight_smile: :fist_left: :fist_left:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.