Skip to content

Commit 7d7a1e6

Browse files
Merge pull request #1635 from NativeScript/milanov/fix-android-strings
Fixed android support repository name
2 parents 8b59feb + bbc2e8d commit 7d7a1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/android-tools-info.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
128128
}
129129

130130
if(!toolsInfoData.supportRepositoryVersion) {
131-
let invalidSupportLibAdditionalMsg = 'Run `$ android` to manage the Android Support Repository.';
131+
let invalidSupportLibAdditionalMsg = 'Run `$ android` to manage the Local Maven repository for Support Libraries.';
132132
if(!isAndroidHomeValid) {
133133
invalidSupportLibAdditionalMsg += ' In case you already have it installed, make sure `ANDROID_HOME` environment variable is set correctly.';
134134
}
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);
136136
detectedErrors = true;
137137
}
138138

0 commit comments

Comments
 (0)