This commit is contained in:
John Smith
2023-03-04 16:32:50 -05:00
parent f9d8d1688f
commit f47e977657
4 changed files with 5 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ else
fi
# ensure Android Command Line Tools exist
if [ -d "$ANDROID_SDK_ROOT/cmdline-tools/latest/bin" ]; then
if [ -d "$ANDROID_SDK_ROOT/cmdline-tools" ]; then
echo '[X] Android command line tools are installed'
else
echo 'Android command line tools are not installed'