Fix Windows Android app scripts (#1058)

* Fix Windows Android app scripts

* ci: skip onnxruntime CUDA download
This commit is contained in:
ezra
2026-05-17 14:06:42 +08:00
committed by GitHub
parent 9324a5b67a
commit 952b58c0eb
3 changed files with 12 additions and 7 deletions

View File

@@ -27,12 +27,12 @@ Or from `packages/app`:
```bash
# Debug
APP_VARIANT=development npx expo prebuild --platform android --non-interactive
APP_VARIANT=development npx expo run:android --variant=debug
npx cross-env APP_VARIANT=development expo prebuild --platform android --non-interactive
npx cross-env APP_VARIANT=development expo run:android --variant=debug
# Release
APP_VARIANT=production npx expo prebuild --platform android --non-interactive
APP_VARIANT=production npx expo run:android --variant=release
npx cross-env APP_VARIANT=production expo prebuild --platform android --non-interactive
npx cross-env APP_VARIANT=production expo run:android --variant=release
# Clear generated Android project
rm -rf android