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
@@ -71,8 +71,8 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
71
71
}
72
72
73
73
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.");
0 commit comments