pikapika/scripts/bind-android-debug.sh

8 lines
199 B
Bash
Raw Normal View History

2022-02-24 16:08:18 +00:00
# 编译所有架构的依赖
cd "$( cd "$( dirname "$0" )" && pwd )/.."
cd go/mobile
2024-04-03 08:47:59 +00:00
gomobile init
gomobile bind -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./