Add README.md

This commit is contained in:
Greg 2019-10-03 12:06:26 -04:00
parent f8f8149352
commit f434092233
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# android-go
Bindings for Android ndk, generated with nswrap. An example app is included
in `examples/sensors`. To try it on your Android device:
```
go install gioui.org/cmd/gogio
go get git.wow.st/gmp/android-go/examples/sensors
cd $GOPATH/src/git.wow.st/gmp/android-go/examples/sensors
gogio -target android .
adb install -r sensors.apk
```