A stripped-down modified gomobile to easily build go
binaries for Android.
Instead of generating an APK, gomobiler
simply builds binaries for all applicable architectures and saves them in the format:
*app_name*-android-*architecture*
gomobiler init -ndk "/path/to/sdk/ndk-bundle/"
- In your project's directory:
gomobiler build
You can specify an output directory using the -o
flag