github.com/SahandAslani/gomobile@v0.0.0-20210909130135-2cb2d44c09b2/example/bind/android/README (about)

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