Compare commits

..

1 Commits

Author SHA1 Message Date
acf0e7efe9 Doc updates. 2019-12-16 08:56:32 -05:00

View File

@ -28,7 +28,7 @@ gogio -target android .
adb install -r hrm.apk adb install -r hrm.apk
``` ```
Java code for the Android implementation are pre-packaged in jar files. The compiled Java code for the Android implementation is pre-packaged in
If you want to, you can re-compile these dependencies by running `go jar files. If you want to, you can re-compile these dependencies by running
generate` from the `depjars` directory. You will need to have `gradle`, `go generate` from the `depjars` directory. You will need to have `gradle`,
an Android SDK, and who knows what else installed on your machine. an Android SDK, and who knows what else installed on your machine.