Chrome远程调试三星Galaxy s4 [英] Chrome remote debug Samsung Galaxy s4

查看:178
本文介绍了Chrome远程调试三星Galaxy s4的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用Google Chrome的远程调试工具,用于我的Samsung Galaxy S4( https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=nl )。但是,我使用Chrome后,我的设备找不到:inspect。列表保持空。

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.

有人知道我可以通过Chrome调试查看我的手机吗?

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

推荐答案

你有安装ADT(Android开发工具包)吗?如果是这样,您可能需要重新启动ADB服务器。请执行以下步骤:(从此答案)。

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


  1. 打开命令提示符( Win + R cmd.exe 输入

  2. 转到本地安装的ADT的 platform-tools 目录。在我的情况下:

  1. Open a command prompt (Win+R, "cmd.exe", Enter)
  2. 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
    


  • 现在观察您的平板电脑将在连接时要求远程调试权限(通过检查指纹)。

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

    这篇关于Chrome远程调试三星Galaxy s4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

  • 查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆