Compare commits

..

1 Commits

Author SHA1 Message Date
ae54aaa4a7 Doc updates. 2019-12-16 08:55:31 -05:00

View File

@ -28,7 +28,7 @@ gogio -target android .
adb install -r hrm.apk adb install -r hrm.apk
``` ```
The compiled Java code for the Android implementation is pre-packaged in Java code for the Android implementation are pre-packaged in jar files.
jar files. If you want to, you can re-compile these dependencies by running If you want to, you can re-compile these dependencies by running `go
`go generate` from the `depjars` directory. You will need to have `gradle`, 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.