Add base android webview app

This commit is contained in:
MartinBraquet
2025-10-28 16:05:22 +01:00
parent 7fad4435cb
commit 97ff6f1de9
32 changed files with 1143 additions and 0 deletions

23
scripts/build_android.sh Executable file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"/..
# keytool -genkeypair -v -keystore my-release-key.keystore -alias compass -keyalg RSA -keysize 2048 -validity 10000
# npx cap sync android
# npx cap run android
# npx cap open android
cd android
./gradlew --stop
./gradlew clean
./gradlew assembleRelease
./gradlew bundleRelease
adb install -r app-release.apk
adb logcat | grep FirebaseMessaging