From 005c9ccdef9c37778f83f0f783f451182cc9cda5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 30 Oct 2025 23:18:31 +0100 Subject: [PATCH] Add info --- scripts/build_sync_android.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build_sync_android.sh b/scripts/build_sync_android.sh index a0834bb8..9a2a670b 100755 --- a/scripts/build_sync_android.sh +++ b/scripts/build_sync_android.sh @@ -9,3 +9,5 @@ yarn build-web source web/.env npx cap sync android + +# Then go to android studio, build, generate signed APK in android/app/release, adb install -r app-release.apk