Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit cf0f0aa

Browse files
author
Nikolay Tsonev
committed
change android and build-tools versions in setup instructions
1 parent 1adbfea commit cf0f0aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

start/ns-setup-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Complete the following steps to set up NativeScript on your Linux development ma
8080

8181
1. Install the required Android SDKs and the Local Maven repository for Support Libraries.
8282

83-
<pre class="add-copy-button"><code class="language-terminal">sudo $ANDROID_HOME/tools/android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
83+
<pre class="add-copy-button"><code class="language-terminal">sudo $ANDROID_HOME/tools/android update sdk --filter tools,platform-tools,android-25,build-tools-25.0.2,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
8484
</code></pre>
8585

8686
1. Setup Android Emulators (AVD) by following the article [here]({%slug android-emulators%})

start/ns-setup-os-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Complete the following steps to setup NativeScript on your macOS development mac
9696

9797
1. Select all packages for the Android 22 SDK, Android SDK Build-tools 23.0.3 or later, Local Maven repository for Support Libraries (under Extras) and any other SDKs that you want to install and click **Install**. You can alternatively use the following command, which will install all required tools:
9898

99-
<pre class="add-copy-button"><code class="language-terminal">android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
99+
<pre class="add-copy-button"><code class="language-terminal">android update sdk --filter tools,platform-tools,android-25,build-tools-25.0.2,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
100100
</code></pre>
101101

102102
1. Setup Android Emulators (AVD) by following the article [here]({%slug android-emulators%})

start/ns-setup-win.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Complete the following steps to set up NativeScript on your Windows development
6767

6868
5. Install the required Android SDKs and the Local Maven repository for Support Libraries.
6969

70-
<pre class="add-copy-button"><code class="language-terminal">echo yes | "%ANDROID_HOME%\tools\android" update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
70+
<pre class="add-copy-button"><code class="language-terminal">echo yes | "%ANDROID_HOME%\tools\android" update sdk --filter tools,platform-tools,android-25,build-tools-25.0.2,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
7171
</code></pre>
7272

7373
6. Install Android virtual devices (AVDs)

0 commit comments

Comments
 (0)