在Android上远程调试Chrome问题 [英] Remote Debugging Chrome on Android issue

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

问题描述

我的Android设备使用Chrome开发者工具的远程调试功能时出现问题(运行Android 4.0.4版的LG Nitro)。它几天前完美运行,但现在我的设备从未出现在about:inspect页面中。



我遵循并仔细考虑了这些说明,包括故障排除提示。我也搜索了我的问题的答案,但一直未能找到任何有效的工具。



我在Android设备和版本上使用Chrome版本35.0.1916.141我的电脑(Windows 7)上的35.0.1916.114。请注意:


  • 我已启用在我的Android设备上进行调试,当连接USB电缆时,屏幕顶部的菜单栏中会出现小错误图标。

  • 我在我的手机上安装了必要的驱动程序


  • Chrome已在两台设备上打开
  • 已检查Discover USB devices尝试重新启动计算机和我的手机几次
    自从上次工作以来,我在计算机上更改的唯一一件事是下载64位Java。这会有什么作用吗?如果任何人有任何意见或建议,将不胜感激!

    听起来像你可能会很幸运。下次发生这种情况时,试试这个:
    $ b $ 1)拔掉你的设备。
    $ b 2)撤销USB调试在命令行中:

    adb kill-server



    adb start-server

    插入设备并接受指纹。

    Voila,它再次出现在Chrome中。我经历了很多随着我的银河S5没有出现随机问题的痛苦,我拉了几个小时试图找出它。


    I am have issues using the remote debugging feature of the Chrome Developers tools with my Android device (LG Nitro running Android version 4.0.4). It was working perfectly several days ago but now my device never appears on the about:inspect page.

    I have followed and carefully considered these instructions including the troubleshooting tips. I have also searched for the answer to my problem but have not been able to find anything that works.

    I am using Chrome version 35.0.1916.141 on my Android device and version 35.0.1916.114 on my PC (Windows 7). Neither says any updates are available.

    Please note:

    • I have enabled debugging on my Android device and the small bug icon appears in the menu bar at the top of the screen when the USB cable is connected.
    • I have installed the necessary drivers for my phone on my PC.
    • Chrome is open on both devices
    • "Discover USB devices" is checked
    • I have tried restarting both the computer and my phone several times

    The only thing I have changed on my computer since the last time it was working was to download 64-bit Java. Could this have any effect? If anyone has any input or ideas, it would be much appreciated!

    解决方案

    Sounds like you may have gotten lucky. Next time this happens, try this:

    1) Unplug your device.

    2) Revoke USB debugging in the Developer Tools.

    3) In the command line:

    adb kill-server

    adb start-server

    Plug in device and accept fingerprint.

    Voila, it appears in Chrome again. I went through a lot of pain with random problems with my Galaxy S5 not showing up, I was pulling my hair out for hours trying to figure it out.

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

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