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