Unoptimized APK Warning: This APK results in unused code and resources being sent to users

That’s for an Android Studio project which can be exported as Android Bundles which can be uploaded instead of APK. So that useless code will not be downloaded by users which reduces the app download size.

Finally, As you compile app as APK in kodular. Just ignore that warning !

2 Likes