Skip to content

Commit b044a1b

Browse files
author
Vladimir Enchev
committed
Descriptions changed
1 parent 27c888e commit b044a1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ start-process -FilePath PowerShell.exe -Verb Runas -Wait -ArgumentList "-NoProfi
9090
* [JDK 8][JDK 8] or a later stable official release
9191
* [Android SDK 22][Android SDK 22] or a later stable official release
9292
* [Android SDK Build-tools 23.0.0][Android SDK Build-tools 23.0.0] or a later stable official release
93-
* [Local Maven repository for Support Libraries][Local Maven repository for Support Libraries]
93+
* [Android Support Repository][Android Support Repository]
9494
* (Optional) [Genymotion][Genymotion]
9595

9696
If you have installed Chocolatey, you can complete these steps to set up JDK, and Android SDK.
@@ -129,7 +129,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, an
129129
```
130130
1. Select all packages for the Android 22 SDK and any other SDKs that you want to install, click **Install** and wait for the installation to complete.
131131
1. Select Android SDK Build-tools 22.0.0 or later stable version, click **Install** and wait for the installation to complete.
132-
1. Select Extras/Local Maven repository for Support Libraries, click **Install** and wait for the installation to complete.
132+
1. Select Extras/Android Support Repository, click **Install** and wait for the installation to complete.
133133

134134
> NOTE: You can install required Android Tools with the following command:
135135
```Shell
@@ -160,7 +160,7 @@ sudo ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"
160160
* [JDK 8][JDK 8] or a later stable official release
161161
* [Android SDK 22][Android SDK 22] or a later stable official release
162162
* [Android SDK Build-tools 23.0.0][Android SDK Build-tools 23.0.0] or a later stable official release
163-
* [Local Maven repository for Support Libraries][Local Maven repository for Support Libraries]
163+
* [Android Support Repository][Android Support Repository]
164164
* (Optional) [Genymotion][Genymotion]
165165

166166
If not present, create the following environment variables.
@@ -208,7 +208,7 @@ echo yes | android update sdk --filter tools,platform-tools,android-23,build-too
208208
* [JDK 8][JDK 8] or a later stable official release
209209
* [Android SDK 22][Android SDK 22] or a later stable official release
210210
* [Android SDK Build-tools 23.0.0][Android SDK Build-tools 23.0.0] or a later stable official release
211-
* [Local Maven repository for Support Libraries][Local Maven repository for Support Libraries]
211+
* [Android Support Repository][Android Support Repository]
212212
* (Optional) [Genymotion][Genymotion]
213213

214214
If not present, create the following environment variables.
@@ -611,5 +611,5 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
611611
[CocoaPods]: https://guides.cocoapods.org/using/getting-started.html#getting-started
612612
[xcproj]: https://github.com/0xced/xcproj#installation
613613
[Android SDK Build-tools 23.0.0]: http://developer.android.com/sdk/index.html
614-
[Local Maven repository for Support Libraries]: http://developer.android.com/sdk/index.html
614+
[Android Support Repository]: http://developer.android.com/sdk/index.html
615615
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-cli?pixel)

lib/android-tools-info.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
126126
}
127127

128128
if (!toolsInfoData.supportRepositoryVersion) {
129-
let invalidSupportLibAdditionalMsg = 'Run `$ android` to manage the Local Maven repository for Support Libraries.';
129+
let invalidSupportLibAdditionalMsg = 'Run `$ android` to manage the Android Support Repository.';
130130
if (!isAndroidHomeValid) {
131131
invalidSupportLibAdditionalMsg += ' In case you already have it installed, make sure `ANDROID_HOME` environment variable is set correctly.';
132132
}
133-
this.printMessage(`You need to have Android SDK ${AndroidToolsInfo.MIN_REQUIRED_COMPILE_TARGET} or later and the latest Local Maven repository for Support Libraries installed on your system.`, invalidSupportLibAdditionalMsg);
133+
this.printMessage(`You need to have Android SDK ${AndroidToolsInfo.MIN_REQUIRED_COMPILE_TARGET} or later and the latest Android Support Repository installed on your system.`, invalidSupportLibAdditionalMsg);
134134
detectedErrors = true;
135135
}
136136

0 commit comments

Comments
 (0)