You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I extract the APK in lib folder there are other platform folders with libstringcare.so included with does not needed.
This increases the APK size.
The text was updated successfully, but these errors were encountered:
An Android App Bundle is a publishing format that includes all your app’s compiled code and resources, and defers APK generation and signing to Google Play.
Google Play uses your app bundle to generate and serve optimized APKs for each device configuration, so only the code and resources that are needed for a specific device are downloaded to run your app. You no longer have to build, sign, and manage multiple APKs to optimize support for different devices, and users get smaller, more-optimized downloads.
Hi.
I build APK file with command
flutter build apk --target-platform android-arm
After I extract the APK in lib folder there are other platform folders with libstringcare.so included with does not needed.
This increases the APK size.
The text was updated successfully, but these errors were encountered: