Skip to content

Commit 9121a7a

Browse files
committed
Merge pull request #975 from NativeScript/totev/update-android-sdk-setup
Do not install Android SDK 17
2 parents 0f7667b + 374fce9 commit 9121a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/native-script.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def install
5858
system "/usr/local/bin/npm install -g nativescript"
5959

6060
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"
61+
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"
6262

6363
ohai "The ANDROID_HOME and JAVA_HOME environment variables have been added to your .bash_profile. Restart the terminal to use them."
6464
end

0 commit comments

Comments
 (0)