Browse Source

try fix sdkmanager path

Daniel Zlotin 7 years ago
parent
commit
10cb917dec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/env/env.android.sh

+ 1
- 1
scripts/env/env.android.sh View File

@@ -15,4 +15,4 @@ echo "Downloading Android SDK"
15 15
 curl --location https://dl.google.com/android/repository/sdk-tools-darwin-3859397.zip | tar -x -z -C $ANDROID_HOME
16 16
 
17 17
 echo "Accepting Android Licenses"
18
-yes | sdkmanager --licenses
18
+yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses