【发布时间】:2013-04-27 06:59:00
【问题描述】:
我正在尝试在连接的设备 (Sony Ericson Xperia X10) 上运行我的 android 应用程序。设备被 adb 识别
[fonoro@localhost platform-tools]$ ./adb devices
List of devices attached
CB511LNF7V device
Eclipse 的“设备”视图将我的设备正确列为“sony_ericsson-x10i-CB511LNF7V”。我什至可以从 Eclipse 中截取设备的屏幕截图。但是,由于某种原因,它根本不会出现在 Android 设备选择器上。我已经尝试过通常的方法(重启 adb,将设备设置为调试模式等),但这个特定问题在其他地方没有解决。
我正在使用 Fedora 18 / Eclipse 4.2.2
【问题讨论】:
标签: android linux eclipse adb adt