A while back I\'ve worked with Eclipse and Phonegap and I\'ve successfully deployed a few Android apps. So now I\'m trying to get the new Phonegap/Cordova app up and running in
From this link
Cordova for Android now supports building with Gradle.
To build cordova with gradle
Right click on My computer -> properties -> Advanced system setting -> Environment Variables and create ANDROID_BUILD system variable with value gradle
Now cordova build android will create gradle project which can be easily imported as a android studio project.
Note :
If you are behind proxy then you have to set proxy first with
gradlew -Dhttp.proxyHost=proxy.blah.com -Dhttp.proxyPort=8000
gradlew batch file will be created automatically in your directory