We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14f765 commit eac6995Copy full SHA for eac6995
scripts/build-android-app.sh
@@ -417,7 +417,7 @@ GRADLE_PROJECT_DIR=$(find "$APP_DIR/target" -maxdepth 2 -type d -name "*-android
417
if [ -z "$GRADLE_PROJECT_DIR" ]; then
418
ba_log "Failed to locate generated Android project" >&2
419
ba_log "Contents of $APP_DIR/target:" >&2
420
- ls -R "$APP_DIR/target" >&2 || ba_log "Unable to list $APP_DIR/target" >&2
+ ls -R "$APP_DIR" >&2 || ba_log "Unable to list $APP_DIR" >&2
421
exit 1
422
fi
423
0 commit comments