From 1e13bd47a6494b48b067fb389286cacb56aa92e1 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 4 Nov 2023 16:36:37 +0100 Subject: [PATCH] Update Android instructions --- examples/others/android/example/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/others/android/example/README.md b/examples/others/android/example/README.md index 830f364..1bce1aa 100644 --- a/examples/others/android/example/README.md +++ b/examples/others/android/example/README.md @@ -43,3 +43,6 @@ Or with gradle: ./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. + + +For aarch64/arm64 replace `arm-linux-androideabi` with `aarch64-linux-android`, set GOARCH to arm64 and use minimum `ANDROID_API=21`.