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
Copy file name to clipboardExpand all lines: lib/android-tools-info.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -128,11 +128,11 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
128
128
}
129
129
130
130
if(!toolsInfoData.supportRepositoryVersion){
131
-
letinvalidSupportLibAdditionalMsg='Run `$ android` to manage the Android Support Repository.';
131
+
letinvalidSupportLibAdditionalMsg='Run `$ android` to manage the Local Maven repository for Support Libraries.';
132
132
if(!isAndroidHomeValid){
133
133
invalidSupportLibAdditionalMsg+=' In case you already have it installed, make sure `ANDROID_HOME` environment variable is set correctly.';
134
134
}
135
-
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);
135
+
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);
0 commit comments