From f4340922338e9722965ec06003130c68f4801c4d Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 3 Oct 2019 12:06:26 -0400 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..61d4e71 --- /dev/null +++ b/README.md @@ -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 +```