Ionic 2 应用程序通过设备调试 403 错误

Ionic 2 app over device debugging 403 error

我试图在设备上测试我的应用程序并查看 console log 上的问题,出现休闲错误。

403. That’s an error.

Your client does not have permission to get URL /serve_rev/@159105/devtools.html from this server. That’s all we know.

我已经更新了我的 chrome 浏览器和设备 chrome 浏览器重新启动了它们,但仍然显示错误。

运行 这个命令:

adb forward tcp:9222 localabstract:chrome_devtools_remote

here 获取更多信息。

编辑:此命令将启用端口 forwarding.so chrome 可以通过此端口访问您的设备。