mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 14:53:33 -04:00
Add base android webview app
This commit is contained in:
23
scripts/build_android.sh
Executable file
23
scripts/build_android.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user