Testing with a Virgin Mobile Chaser phone

2019-08-04 15:12发布

问题:

I just purchased a Virgin Mobile "Chaser" Android phone in order to test my apps with a real phone. I can't get Eclipse (running on my Windows 7 system) to see the phone.

I:

  • put android:debuggable="true" into my manifest file.
  • enabled USB debugging on the phone.
  • installed the Chaser_Driver_Setup_V1.2.1.

The phone shows up on Device Manager as android Composite ADB Interface.

The driver details for that entry are:

  • C:\Windows\system32\drivers\winusb.sys
  • C:\Windows\system32\WdfCoInstaller01007.dll
  • C:\Windows\system32\WinUSBCoInstaller.dll

Those last two drivers were installed (I suspect) when I did the Chaser driver install.

Eclipse cannot see the device.

When I run the command prompt adb devices from my android-sdk\platform-tools directory nothing is listed.

PS: If the administrators of this forum find this question inappropriate would they please tell me where it should be posted? Thanks.

Gary