Add downloadable Android APK build

This commit is contained in:
2026-07-31 23:53:43 +02:00
parent 3801a91acf
commit ec44905310
6 changed files with 40 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
# Android APKs
Download [`pi-car-companion-debug.apk`](./pi-car-companion-debug.apk) and open it on an Android 8 or newer device to install the companion app.
This is a development build signed with Android's standard debug key. Android may require permission to install apps from the browser or file manager used to open it.
To rebuild the APK from the repository root (JDK 17+ and Android SDK 35 required), run:
```bash
./build-apk.sh
```
Binary file not shown.