Inside config.xml add the following attribute to the widget element:
xmlns:android="http://schemas.android.com/apk/res/android"(For example, it looks like this for me:)
<widget id="com.radweb.ibgo"
version="3.0.0"
versionCode="300"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">Then, within the widget element add:
<gap:config-file platform="android" parent="/manifest">
<application android:debuggable="true" />
</gap:config-file>Boom. Now just connect your Android device via USB to your machine, go to chrome://inspect then load the app on your device.