Update Android instructions
This commit is contained in:
parent
a01d6ec490
commit
1e13bd47a6
1 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,6 @@ Or with gradle:
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
|
|
||||||
If everything is successfully built apk can be found in bin/ directory or in the android/build/outputs in case `gradle` is used.
|
If everything is successfully built apk can be found in bin/ directory or in the android/build/outputs in case `gradle` is used.
|
||||||
|
|
||||||
|
|
||||||
|
For aarch64/arm64 replace `arm-linux-androideabi` with `aarch64-linux-android`, set GOARCH to arm64 and use minimum `ANDROID_API=21`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue