Skip to content

Commit

Permalink
CB-5889 Add a message in the update script about needing to import Co…
Browse files Browse the repository at this point in the history
…rdovaLib when using an IDE.
  • Loading branch information
agrieve committed Jan 24, 2014
1 parent e361f88 commit 94934ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ exports.updateProject = function(projectPath) {
return runAndroidUpdate(projectPath, target_api, false)
.then(function() {
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.');
});
});
};
Expand Down

0 comments on commit 94934ae

Please sign in to comment.