Chrome浏览器远程调试三星Galaxy S4浏览器、Chrome、Galaxy

2023-09-03 23:17:04 作者:山海藏深意

我尝试使用谷歌浏览器的远程调试工具,我的三星Galaxy S4(https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=nl).但我的浏览器并没有发现我的设备后,我用一下:。检查清单是空

I tried to use the remote debugging tool of Google Chrome for my Samsung Galaxy S4 (https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=nl). But my Chrome does not found my device after i used about:inspect. The list stays empty.

我已经安装在我的电脑上最新的驱动程序并运行Chrome浏览器版本32.我的手机的USB调试复选框被选中这两个设备。

I already install the newest driver on my computer and both devices running Chrome version 32. On my phone the USB debugging checkbox is checked.

是否有人知道我能做些什么来查看我的手机槽镀铬调试?

Does someone know what i can do to view my phone trough Chrome debugging?

推荐答案

你有(Android的开发工具包)安装ADT?如果是这样,你可能需要重新启动亚行服务器。请按照下列步骤操作:(从这个答案)

Do you have ADT (Android Development Toolkit) installed? If so, you may have to restart the ADB server. Follow these steps: (from this answer).

打开一个命令提示符(赢 + 研究, CMD.EXE ,输入< /骨节病>)

转到的本地安装ADT的平台工具目录。在我的情况: Open a command prompt (Win+R, "cmd.exe", Enter)

Go to the platform-tools directory of your locally installed ADT. In my case:

cd /d D:\apps\adt-bundle-windows-x86_64-20131030\sdk\platform-tools

重新启动ADT服务器运行以下命令:

Restart the ADT server by running the following commands:

adb.exe kill-server
adb.exe start-server

Chrome 浏览器远程调试

现在观察到,平板电脑会要求远程调试权限(通过检查指纹)在连接。

Now observe that your tablet will ask for remote debugging permission (by checking a fingerprint) upon connection.