804 B
804 B
Android Build
Build the APK with:
make apk
Environment:
ANDROID_SDK_ROOTdefaults to/opt/android-sdk.ANDROID_NDK_ROOTdefaults to/opt/android-ndk.JAVA_HOMEdefaults to/usr/lib/jvm/java-25-openjdk.APP_IDoverrides the Android application id.APK_OUToverrides the output path.APK_VERSIONoverrides the packaged app version.ANDROID_MIN_SDKoverrides the minimum supported Android SDK.ANDROID_TARGET_SDKoverrides the target Android SDK.
Installed machine prerequisites expected by this repo:
android-sdk-cmdline-tools-latestandroid-sdk-build-toolsandroid-platform-35android-sdk-platform-tools- JDK 17 or newer
The repo tracks gogio as a Go tool, so the build runs through:
go tool gogio -target android ...