问题描述
在官方教程 https://github.com/phonegap/phonegap/wiki/Debugging-in-PhoneGap 他们说
Chrome远程调试:如果您使用的是科尔多瓦3.3或更高版本,这已经是支持的,并且只需要调试的标志,在你的AndroidManifest.xml我把平台\机器人\的AndroidManifest.xml并获得一个构建埃罗运行构建无论如何,我的事情应该在config.xml配置
Chrome Remote Debugging:If you are using Cordova 3.3 or higher, this is already supported, and only requires the Debuggable flag in your AndroidManifest.xmlI put in platforms\android\AndroidManifest.xmland get a build erro running buildAnyway, I thing it should be configured in the config.xml
推荐答案
使用Chrome远程调试出现在Android上嵌入的WebView只能从Android 4.4系统开始。在谷歌网站上的更多细节:
Remote debugging using Chrome appear in embedded WebView on Android only starting from Android 4.4. More details on Google website:
https://developer.chrome.com/devtools/docs/remote-debugging
这篇关于如何设置可调试标志的镀铬?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!