You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`devbox run --pure android.sh emulator start [--pure] [device]`
@@ -72,7 +117,7 @@ Configure the plugin by setting environment variables in `plugin.json`. These ar
72
117
2. Recursive search of project root for `*.apk` files (excludes .gradle/, build/intermediates/, node_modules/, .devbox/)
73
118
3. Recursive search of `$PWD` if different from project root (same exclusions)
74
119
75
-
**Build script detection:** Tries `build:android` first, then falls back to `build`.
120
+
**Build script detection:** Tries `build:android` first, then falls back to `build`. If neither script exists, it runs `android.sh build` to auto-detect and build the Gradle project.
0 commit comments