12 lines
445 B
Markdown
12 lines
445 B
Markdown
# 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
|
|
```
|