networking面板不工作在weinre
我想写一个基于AJAX的混合Android应用程序。 我试图让我的脑袋周围,但我不能让networking面板出现。 它不显示常规的networking交互,并且对于任何XHR交互,它表示“状态未决”和“types未决”。 还有其他人面对这个问题吗?
这个链接没有解决问题: https : //issues.apache.org/jira/browse/CB-5424
Weinre相当有限,现在有更好的解决scheme来检查您的混合应用程序:
- 在Android 4.4及更高版本(如果您使用的是CrossWalk,则为较低的Android),您可以使用Chrome https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging到chrome::// inspect /#设备,你应该看到你的设备和混合应用程序和浏览器。 您可能需要首先运行Chrome的
adb start-server
以查看您的设备 - 在iOS上,您可以使用Safari(在Mac上):您需要在iOS上的Safari上启用Web Inspector ,并在Mac上使用Safari的开发者模式。 参见例如http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/