When I run flutter build apk --split-per-abi I get 4 files in the directory flutter-apk:
I already know that the first three apks are due to different cpu-architectures/ instructionsets. On my android-phone I am able to install app-armeabi-v7a-release.apk and app.apk. So are they the same? Where is the difference?
I think you first run flutter build apk that generates the apk app.apk, this apk will run almost to all architectures (decides by itself). Then you again run the command flutter build apk --split-per-abi. which means you get the two command results both. Just try to delete all apk output files and re-run the command flutter build apk --split-per-abi, I hope you will get only three files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With