📜  提取 apk 颤振 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:47.532000             🧑  作者: Mango

代码示例1
For apk (Android) you need to run the command :
flutter build apk --release

If you want to split the apks per abi (Split Apk) then run:
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi