【问题标题】:Android studio not detecting deviceAndroid Studio 未检测到设备
【发布时间】:2014-07-19 06:20:31
【问题描述】:

我最近在我的 PC (Windows 8) 上安装了 android studio,并尝试连接手机以测试应用程序。但它没有在设备选择器中显示手机。 PC正在检测手机,USB调试已打开。甚至 eclipse 也在检测设备。安卓工作室版本 0.8.2。我曾尝试将手机连接到朋友的笔记本电脑(Windows 7)中,但同样的问题。它在 eclipse 中显示,但在 android studio 中没有显示。

【问题讨论】:

  • 你更新了android studio的sdk吗?
  • 将 SDK 更新到最新版本。是的..

标签: android eclipse windows debugging android-studio


【解决方案1】:

我认为 adb.exe 负责选择设备和调试。所以请检查 adb 是否存在于 sdk 路径中。如果您的 eclipse android sdk 路径正常工作,请也为 android studio 设置相同的 sdk 路径。它可能会帮助你。 adb link.

【讨论】:

    【解决方案2】:

    你试试这个:

    重启adb:

    1. 关闭手机
    2. 连接 USB 数据线
    3. 在您的手机上
    4. 运行adb devices
    5. 您现在应该可以看到连接的设备了

    【讨论】:

      猜你喜欢
      • 2016-09-03
      • 2023-03-03
      • 1970-01-01
      • 1970-01-01
      • 2017-07-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多