We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0296fb3 commit fc9a44fCopy full SHA for fc9a44f
lib/check_reqs.js
@@ -223,7 +223,7 @@ module.exports.check_android = function () {
223
maybeSetAndroidHome(sdkPath);
224
} else {
225
throw new CordovaError('Failed to find \'ANDROID_HOME\' environment variable. Try setting it manually.\n' +
226
- 'Detected \'avdmanager\' command at ' + parentDir + ' but Android SDK near.\n' +
+ 'Detected \'avdmanager\' command at ' + parentDir + ' but does not appear to be within Android SDK installation.\n' +
227
'Try reinstall Android SDK or update your PATH to include valid path to SDK');
228
}
229
0 commit comments