File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ADB="${ANDROID_HOME}/platform-tools/adb"
2121ANDROID_OUTPUTS_DIR=" uhabits-android/build/outputs"
2222AVDMANAGER=" ${ANDROID_HOME} /cmdline-tools/latest/bin/avdmanager"
2323AVD_PREFIX=" uhabitsTest"
24- EMULATOR=" ${ANDROID_HOME} /tools /emulator"
24+ EMULATOR=" ${ANDROID_HOME} /emulator /emulator"
2525GRADLE=" ./gradlew --stacktrace --quiet"
2626PACKAGE_NAME=org.isoron.uhabits
2727SDKMANAGER=" ${ANDROID_HOME} /cmdline-tools/latest/bin/sdkmanager"
@@ -38,6 +38,11 @@ if [ ! -f "${ANDROID_HOME}/platform-tools/adb" ]; then
3838 exit 1
3939fi
4040
41+ if [ ! -f " $EMULATOR " ]; then
42+ echo " Error: Not found: $EMULATOR "
43+ exit 1
44+ fi
45+
4146# Logging
4247# -----------------------------------------------------------------------------
4348
You can’t perform that action at this time.
0 commit comments