I followed lot of links but not able to run my application.
Steps I followed
- Installed node.js.
- downloaded eclipse juno.
- Installed ADK plugin with
https://dl-ssl.google.com/android/eclipse/
. - Installed platforms and other thing mentioned in below pictures.
- I installed phongap by using
npm install -g phonegap
command. - I am trying to create a new phonegap app by
phonegap create my-app
but its giving error
Error: Cannot find module 'cordova-common' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:289:25) at Module.require (module.js:366:17) at require (module.js:385:17)
The way I followed is correct or not? Please give me any link to create new phonegap application from setting required sertup.
Thank you.