我刚刚购买了一部 Virgin Mobile “Chaser” Android 手机,以便用真机测试我的应用程序。我无法让 Eclipse(在我的 Windows 7 系统上运行)查看手机。
我:
- 放入
android:debuggable="true"
我的清单文件中。 - 在手机上启用USB调试。
- 安装了
Chaser_Driver_Setup_V1.2.1
.
手机在设备管理器中显示为android Composite ADB Interface
。
该条目的驱动程序详细信息是:
C:\Windows\system32\drivers\winusb.sys
C:\Windows\system32\WdfCoInstaller01007.dll
C:\Windows\system32\WinUSBCoInstaller.dll
当我安装 Chaser 驱动程序时,安装了最后两个驱动程序(我怀疑)。
Eclipse 看不到该设备。
adb devices
当我从android-sdk\platform-tools directory
没有列出任何内容运行命令提示符时。
PS:如果这个论坛的管理员觉得这个问题不合适,请告诉我应该在哪里发布?谢谢。
加里