chrome://检查#设备未在网络上显示设备

时间:2017-08-29 23:15:37

标签: android google-chrome

我正在尝试调试chromecast应用程序,当我转到chrome:// inspect#devices时,除了localhost之外我什么都看不到。我已经尝试通过配置按钮手动添加IP,但我没有得到检查选项。

我在一个有几台设备的地方工作,我的同事可以看到所有这些设备。我也和chromecast在同一个子网上。 Windows 10.

1 个答案:

答案 0 :(得分:0)

这仅用于调试包含 WebView 的 Android 应用。

在您应用的 MainActivity 中定义非常重要的 onCreate() 方法以启用调试:

WebView.setWebContentsDebuggingEnabled(true);

enter image description here

https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews