Debugging Cordova Android apps in IntelliJ 13
Debugging an Android app in IntelliJ is fairly straightforward. It’s slightly harder to figure out how to spin up a cordova app.
First things first we need to define an android module. The only way I’ve got this to work is by importing a module rather than creating a new one. Open the project structure and go to modules screen. right click your project and select add > import module. In theory the wizard should allow you to set up everything you need.