Skip to content

Commit 374fce9

Browse files
committed
Do not install Android SDK 17
Since NativeScript 1.3, we do not hard-code android-17. Stop installing it as dependency
1 parent 0f7667b commit 374fce9

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)