Created
December 10, 2018 14:19
-
-
Save everystone/6c4388da9c403c4b7e52dd4a921886a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Installing | |
Install Android Studio, | |
Install NDK via SDK Manager (in android studio). | |
go get golang.org/x/mobile/cmd/gomobile | |
gomobile.exe init -ndk C:\Users\eirik.kvarstein\appdata\local\android\Sdk\ndk-bundle | |
https://github.com/golang/go/wiki/Mobile#building-and-deploying-to-android | |
https://github.com/golang/mobile | |
## Build | |
gomobile build -target=android golang.org/x/mobile/example/basic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment