README 300 B

1234567891011
  1. Go bind android app example
  2. Run
  3. $ gomobile bind -o app/hello.aar golang.org/x/mobile/example/bind/hello
  4. and import this project in Android Studio. If you prefer the command
  5. line, use gradle to build directly.
  6. Note that you need to run gomobile bind again every time you make a
  7. change to Go code.