pikapika/scripts/build-apk-x86.sh

9 lines
193 B
Bash
Raw Permalink Normal View History

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