diff --git a/xwords4/android/scripts/find-and-ant.sh b/xwords4/android/scripts/find-and-ant.sh index c7a9f6de8..76d91d679 100755 --- a/xwords4/android/scripts/find-and-ant.sh +++ b/xwords4/android/scripts/find-and-ant.sh @@ -70,6 +70,10 @@ case $DIRNAME in ;; esac +# if we're running for the first time in this directory/variant, +# generate local.properties +[ -e local.properties ] || ../scripts/setup_local_props.sh + ant $CMDS if [ -n "$UNINSTALL" ]; then