nostalgia296/Setup Go Android Environment

Setup Go and Android NDK for cross-compilation to Android, clone repo and run custom commands

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ndk-versionAndroid NDK version (e.g., android-ndk-r26b)yes
go-versionGo version (e.g., 1.22.5)yes
abiTarget ABI (arm64-v8a, armeabi-v7a, x86_64, x86)yesarm64-v8a
min-sdkMinimum Android SDK versionno21
gitrepoGitHub repository URL to clone (e.g., https://github.com/user/repo.git)no
cmdCommand to run inside the cloned repository directoryno
branchGit branch to checkout (default: main)nomain
namedescription
ndk-pathPath to installed NDK
cc-pathPath to C compiler
goarchGo architecture target
repo-pathPath to cloned repository