Skip to content

Commit c66d037

Browse files
committed
Merge pull request #1154 from NativeScript/totev/fix-msg
Fix warning when attempting to use too old version of Android SDK
2 parents 963feb2 + 442d354 commit c66d037

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
@@ -71,8 +71,8 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
7171
}
7272

7373
if(!toolsInfoData.supportRepositoryVersion) {
74-
this.printMessage(`You need to have the latest Android Support Repository installed on your system.`,
75-
'Run `$ android` to manage the Android Support Repository.');
74+
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.`,
75+
"Run `$ android` to manage the Android Support Repository.");
7676
detectedErrors = true;
7777
}
7878

0 commit comments

Comments
 (0)