diff --git a/setup/activate_native.sh b/setup/activate_native.sh index c0b8eb6e3..c1014c987 100644 --- a/setup/activate_native.sh +++ b/setup/activate_native.sh @@ -8,7 +8,6 @@ echo "Verifying $ANDROID_HOME or $ANDROID_SDK_ROOT is set" if [ -z $ANDROID_HOME ] && [ -z $ANDROID_SDK_ROOT ]; then echo "ANDROID_HOME and ANDROID_SDK_ROOT not set, android SDK not found" - exit 1 fi echo "Activating sdkman, and by default, gradle"