WebIDE 无法连接到 adb 连接设备上的远程运行时

WebIDE can't connect to remote runtime on adb-connected device

从 WebIDE(Windows 10 x64,Android SDK 26,Firefox 56 ESR)我正在尝试连接到我的华为 7A Pro(启用 USB 调试,adb 连接,显示串行).完全按照本手册做所有事情: https://sites.google.com/view/bananahackers/development/webide 执行此 adb 命令后 c:/>adb forward tcp:6000 localfilesystem:/data/local/debugger-socket 应该将侦听端口作为输出,但我没有得到(也没有错误)。我想此时端口没有转发,它会导致进一步的连接问题。 当我进入 Firefox WebIDE 时,它看不到我的设备,在按下 Remote Runrime 按钮时,我收到以下错误: 操作失败:连接到远程运行时。虽然我可以在我的驱动器上连接到 Remote Firefox。

我做错了什么?关于如何解决连接问题的任何想法?

好的,我意识到Web IDE 调用runtime 的方法只适用于KaiOS 设备。在 Android 上,您可以仅安装 WebIDE 插件来调试 Firefox