Files

12 lines
300 B
Plaintext
Raw Permalink Normal View History

2015-07-28 15:59:26 -04:00
Go bind android app example
Run
$ gomobile bind -o app/hello.aar golang.org/x/mobile/example/bind/hello
and import this project in Android Studio. If you prefer the command
line, use gradle to build directly.
Note that you need to run gomobile bind again every time you make a
change to Go code.