FlutterEbookApp icon indicating copy to clipboard operation
FlutterEbookApp copied to clipboard

Create seperate apks for different architecture

Open deepu2 opened this issue 4 years ago • 0 comments

Add --split-per-abi command to the build parameter in codemagic.

Removing the --split-per-abi flag results in a fat APK that contains your code compiled for all the target ABIs. Such APKs are larger in size than their split counterparts, causing the user to download native binaries that are not applicable to their device’s architecture

deepu2 avatar Aug 20 '21 13:08 deepu2