Cornelius J. van Dyk
Cornelius J. van Dyk

Reputation: 728

Failed to compile and run for Android with Cordova 3.5

  1. I installed the extensions and created the new project based on Installed/Templates/Other Languages/JavaScript/Muti-Device Hybrid App/Blank App (Apache Cordova)
  2. I selected Android as the platform.
  3. I selected Ripple - Nexus 7 (Tablet) as the debugger and pressed F5 to compile and run.
  4. It errors out with the following error: "Error 2 ENOENT, no such file or directory 'C:\Users\C.cordova\lib\android\cordova\3.5.0\VERSION' C:\DATA\SOURCE\AllSoc\AllSoc\EXEC 1 1 AllSoc
  5. The project is called AllSoc.

Does anyone have any idea how to get unstuck from here. From all the documentation and videos I've seen, this part SHOULD just work.

Thanks in advance.

Upvotes: 0

Views: 219

Answers (1)

Cornelius J. van Dyk
Cornelius J. van Dyk

Reputation: 728

Per Ellen's (https://stackoverflow.com/users/3912411/ellen) suggestion above, I deleted the C:\Users\C.Cordova folder's contents and then reran the project. This time around it worked as expected.

Upvotes: 1

Related Questions