Skip to content

Commit fc9a44f

Browse files
committed
reworded error message
1 parent 0296fb3 commit fc9a44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/check_reqs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ module.exports.check_android = function () {
223223
maybeSetAndroidHome(sdkPath);
224224
} else {
225225
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' +
226+
'Detected \'avdmanager\' command at ' + parentDir + ' but does not appear to be within Android SDK installation.\n' +
227227
'Try reinstall Android SDK or update your PATH to include valid path to SDK');
228228
}
229229
}

0 commit comments

Comments
 (0)