You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[JDK 8][JDK 8] or a later stable official release
91
91
*[Android SDK 22][Android SDK 22] or a later stable official release
92
92
*[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]
94
94
* (Optional) [Genymotion][Genymotion]
95
95
96
96
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
129
129
```
130
130
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.
131
131
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.
133
133
134
134
> NOTE: You can install required Android Tools with the following command:
Copy file name to clipboardExpand all lines: lib/android-tools-info.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,11 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
126
126
}
127
127
128
128
if(!toolsInfoData.supportRepositoryVersion){
129
-
letinvalidSupportLibAdditionalMsg='Run `$ android` to manage the Local Maven repository for Support Libraries.';
129
+
letinvalidSupportLibAdditionalMsg='Run `$ android` to manage the Android Support Repository.';
130
130
if(!isAndroidHomeValid){
131
131
invalidSupportLibAdditionalMsg+=' In case you already have it installed, make sure `ANDROID_HOME` environment variable is set correctly.';
132
132
}
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);
0 commit comments