andorid app

This commit is contained in:
2026-01-01 10:47:57 +01:00
parent ff9209062e
commit b99d9ce524
80 changed files with 6154 additions and 5 deletions

11
android/README.md Normal file
View File

@@ -0,0 +1,11 @@
This folder is not a full Android Studio project.
The buildable Android Studio/Gradle project is generated by Tauri at:
- src-tauri/gen/android
If you haven't generated it yet, run from the repo root:
- .\node_modules\.bin\tauri.cmd android init --ci
Then open `src-tauri/gen/android` in Android Studio and build the APK/AAB.