mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
CB-5889 Add a message in the update script about needing to import CordovaLib when using an IDE.
This commit is contained in:
parent
e361f88501
commit
94934ae2cf
@ -220,6 +220,7 @@ exports.updateProject = function(projectPath) {
|
|||||||
return runAndroidUpdate(projectPath, target_api, false)
|
return runAndroidUpdate(projectPath, target_api, false)
|
||||||
.then(function() {
|
.then(function() {
|
||||||
console.log('Android project is now at version ' + version);
|
console.log('Android project is now at version ' + version);
|
||||||
|
console.log('If you updated from a pre-3.2.0 version and use an IDE, we now require that you import the "CordovaLib" library project.');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user