Align Android build guidance with Gio

This commit is contained in:
Joe Julian
2026-03-31 21:37:19 -07:00
parent 867aae5ffe
commit 0ab444b0b9
3 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -23,10 +23,17 @@ Installed machine prerequisites expected by this repo:
- `android-sdk-build-tools`
- `android-platform-35`
- `android-sdk-platform-tools`
- JDK 17 or newer
- a working JDK install
The repo tracks `gogio` as a Go tool, so the build runs through:
```sh
go tool gogio -target android ...
Note:
- Gio's Android doc currently references Java 1.8, but the Android build-tools
installed on this machine (`d8` from build-tools 37) do not run on Java 8.
- In this environment, KeePassGO's APK build requires a newer JDK runtime on
`PATH`, which is why the repo defaults `JAVA_HOME` to `/usr/lib/jvm/java-25-openjdk`.
```