在eclipse中找不到android设备?

时间:2014-01-27 19:31:47

标签: android eclipse adb avd

我在ubuntu中运行android adt bundle,我无法连接我的Sony Xperia S并在其上运行应用程序。我看到setting up the hardware device的这些页面。我已经设置了udev规则,如说明中所述,我已成功运行./adb设备并且它给出了结果

List of devices attached 
CB511YVUQC  device

即使显示USB设备,但我无法在日食的AVD中看到它。

请帮助。谢谢。

5 个答案:

答案 0 :(得分:1)

也许,您需要激活USB调试:设置 - >应用程序 - >开发 - 启用USB调试

答案 1 :(得分:1)

1.请从eclipse检查设备列表。请查看此页面Android AVD not recognizing device but ADB does

2.try adb kill-server,adb start-sever

答案 2 :(得分:1)

将手机置于Mass Storage模式(默认USB连接模式为MTP)。之后,重新连接USB电缆或尝试重置adb。

答案 3 :(得分:0)

从Eclipse中重置ADB,您的设备应该显示。

In Eclipse, open the 'DDMS' Perspective, in the 'Devices' tab, in the far right, there is a triangle, inside of that, select 'Reset ADB'

答案 4 :(得分:0)

进入平台工具并键入 adb kill-server 然后 adb start-server 平台工具在我的案例中就是E:\ adt-bundle -Windows-x86_64-20140702 \ SDK \平台的工具