无法看到我的设备chrome:// inspect /#devices [英] Can't see my device of chrome://inspect/#devices

查看:5137
本文介绍了无法看到我的设备chrome:// inspect /#devices的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遵循google的指示: https://developer.chrome。 COM / devtools /文档/远程调试。我也去了故障排除部分 - 但似乎没有工作。

我有samsung galaxy 3(android 4.1.2,chrome 42.0.2311.111)。启用USB调试。我已经尝试在USB调试几次后重新启动设备。



在Windows 8上,我运行chrome(44.0.2388.0 canary)。我已经安装了 Samsung USB Driver ,我的计算机可以看到我的设备。



在插入设备或打开Canary页面时,我没有收到任何通知。
我错过了什么?

解决方案

请尝试以下步骤:


  • 下载并安装 Android SDK

  • 打开 SDK Manager.exe

  • 选择 Android SDK平台 - 工具并按安装软件包...

  • 打开命令提示符并执行以下命令:
      $
      $ cd $ C $ \\ Program Files Files(x86)
    • adb.exe设备




您应该收到如下回复:

 连接的设备列表
ABCDEFG123 device

如果您的设备已列出,请检查Chrome是否检测到设备,否则请尝试执行此命令:




  • adb.exe kill-server

  • adb.exe start-server

  • adb.exe设备



  • 检查如果Chrome浏览器检测到该设备,则再次检查设备。



    如果执行 adb devices 命令后根本没有列出设备,你的配置有问题(例如,不正确或缺少驱动程序?)


    I've followed the instructions at google: https://developer.chrome.com/devtools/docs/remote-debugging. I've also went over the troubleshooting section - but nothing seems to work.

    I have samsung galaxy 3 (android 4.1.2, chrome 42.0.2311.111). USB debugging enabled. I've tried restarting the device after ticking the USB debugging a few times.

    On windows 8 I run chrome (44.0.2388.0 canary). I've installed Samsung USB Driver, and my computer can see my device.

    I do not get any notification when plugging the device nor when opening canary with the inspect page. Did I miss anything?

    解决方案

    Try these steps:

    • Download and install Android SDK
    • Open SDK Manager.exe
    • Select Android SDK Platform-tools and press Install packages...
    • Open a command prompt and execute these commands:
      • cd C:\Program Files(x86)\Android\android-sdk\platform-tools
      • adb.exe devices

    You should receive a response like this:

    List of devices attached
    ABCDEFG123  device
    

    If your device is listed check if Chrome detect the device, otherwise try to execute this command:

    • adb.exe kill-server
    • adb.exe start-server
    • adb.exe devices

    Check again if Chrome detect the device.

    If your device is not listed at all after executing adb devices command there is something wrong in your configuration (e.g. incorrect or missing drivers?)

    这篇关于无法看到我的设备chrome:// inspect /#devices的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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