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
feat: remove requirement for Android Support Repository installation
In the past there was a requirement to have a local copy of the Android Support Repository in order to use it in your application.
However, since some time the new versions of the libraries are in the Google repository, so there's no need to have them locally.
@@ -72,19 +71,6 @@ export class AndroidToolsInfo implements NativeScriptDoctor.IAndroidToolsInfo {
72
71
});
73
72
}
74
73
75
-
if(!toolsInfoData.supportRepositoryVersion){
76
-
letinvalidSupportLibAdditionalMsg=`Run \`\$ ${this.getPathToSdkManagementTool()}\` to manage the Android Support Repository.`;
77
-
if(!isAndroidHomeValid){
78
-
invalidSupportLibAdditionalMsg+=' In case you already have it installed, make sure `ANDROID_HOME` environment variable is set correctly.';
79
-
}
80
-
81
-
errors.push({
82
-
warning: `You need to have Android SDK ${AndroidToolsInfo.MIN_REQUIRED_COMPILE_TARGET} or later and the latest Android Support Repository installed on your system.`,
0 commit comments