Update Android instructions

This commit is contained in:
Milan Nikolic 2023-11-04 16:36:37 +01:00
parent a01d6ec490
commit 1e13bd47a6
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -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`.