Thought of trying phonegap today.
Installed Node.js
installed phonegap using command:
npm install -g phonegap
created app using
phonegap create my-app
running command
phonegap run android
got this error - Can not find script file "C:\res\windows\zip.js"
Not sure what's happening. I have tried downloading zip.js and placing inside www\js as well as build. Not sure why the error is referring to res folder while there isn't any.
Anyone faced similar situation ?