2022-02-10 14:58:48 +00:00
|
|
|
# 仅构建arm64的APK
|
|
|
|
|
2022-02-11 02:06:19 +00:00
|
|
|
cd "$( cd "$( dirname "$0" )" && pwd )/.."
|
|
|
|
|
2022-02-10 14:58:48 +00:00
|
|
|
cd go/mobile
|
|
|
|
gomobile bind -target=android/arm64 -o lib/Mobile.aar ./
|
|
|
|
cd ../..
|
|
|
|
flutter build apk --target-platform android-arm64
|