We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f7667b + 374fce9 commit 9121a7aCopy full SHA for 9121a7a
setup/native-script.rb
@@ -58,7 +58,7 @@ def install
58
system "/usr/local/bin/npm install -g nativescript"
59
60
ohai "Configuring your system for Android development... This might take some time, please, be patient."
61
- system "echo yes | android update sdk --filter tools,platform-tools,android-22,android-17,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui"
+ system "echo yes | android update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui"
62
63
ohai "The ANDROID_HOME and JAVA_HOME environment variables have been added to your .bash_profile. Restart the terminal to use them."
64
end
0 commit comments