我正在尝试调试chromecast应用程序,当我转到chrome:// inspect#devices时,除了localhost之外我什么都看不到。我已经尝试通过配置按钮手动添加IP,但我没有得到检查选项。
我在一个有几台设备的地方工作,我的同事可以看到所有这些设备。我也和chromecast在同一个子网上。 Windows 10.
答案 0 :(得分:0)
这仅用于调试包含 WebView 的 Android 应用。
在您应用的 MainActivity 中定义非常重要的 onCreate()
方法以启用调试:
WebView.setWebContentsDebuggingEnabled(true);
https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews