How to set debug flag for chrome?

In the official tutorial https://github.com/phonegap/phonegap/wiki/Debugging-in-PhoneGap they say

Remote debugging of Chrome: If you use Cordova 3.3 or higher, this is already supported, and for AndroidManifest.xml only the Debuggable flag is required. I put it on the \ android \ AndroidManifest.xml platforms and get the assembly assembly erro running Anyway, I have to configure it in config.xml file

+6
source share
1 answer

Remote debugging using Chrome appears in the embedded WebView on Android starting with Android 4.0. Learn more about the Google website:

https://developer.chrome.com/devtools/docs/remote-debugging

In Cordoba itself, remote debugging earth in version 4.4

-1
source

All Articles