Simplify Android packaging around gogio

This commit is contained in:
Joe Julian
2026-04-16 20:47:51 -07:00
parent e005a42a3f
commit 4d972bfab0
5 changed files with 67 additions and 305 deletions
+5 -2
View File
@@ -90,10 +90,13 @@ go get -tool gioui.org/cmd/gogio@latest
Package:
```bash
go tool gogio -target android -icon internal/assets/keepassgo-icon.png ./cmd/keepassgo
make apk
```
You will need the Android SDK and NDK installed and configured for real device or release packaging.
`make apk` prefers a local Java 25 install at `JAVA_HOME`. If that is not
available, it falls back to the repo-managed Docker build image, which also
uses Java 25. You still need the Android SDK and NDK installed and configured
for real device or release packaging.
## Automation