When I run the command, I get the error:
C:\\Users\\me\\adtworkspace\\project1>cordova platform add android [Error: The provided path \"C:\\Users\\me\
For cordova 3.x users:
Create ".cordova" file at root in the project.
"isCordova" returns true if finds ".cordova" file at line 42 https://github.com/apache/cordova-cli/blob/cordova-3.1.x/src/util.js
"Current working directory is not a Cordova-based project." causes at line 31 in plugin.js https://github.com/apache/cordova-cli/blob/cordova-3.1.x/src/plugin.js