9 lines
265 B
Markdown
9 lines
265 B
Markdown
# MEOW lib
|
|
|
|
## Go Mobile setup
|
|
go install golang.org/x/mobile/cmd/gobind@latest
|
|
go install golang.org/x/mobile/cmd/gomobile@latest
|
|
go get golang.org/x/mobile/bind
|
|
Replace "Get" by "get" in messages.pb.go
|
|
|
|
gomobile bind -target android -androidapi=19 |