Add README.md
This commit is contained in:
parent
f8f8149352
commit
f434092233
12
README.md
Normal file
12
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user