android-go-mobile/README.md

11 lines
293 B
Markdown
Raw Normal View History

2018-07-14 14:19:51 +00:00
# Android and Go
likely you are using gomobile for development, so you will want a first step in your pipeline:
gomobile:
image: openpriv/android-go-mobile
commands:
- go get golang.org/x/mobile/cmd/gomobile
- gomobile init -ndk $ANDROID_HOME/ndk-bundle/