AVD manager won't detect my HTC Hero phone as Virtual Device

前端 未结 8 1005
悲哀的现实
悲哀的现实 2021-01-11 23:16

I need to use my phone as emulator/target/virtual device when I run my application. I have installed HTC Sync and the USB driver is in order. I have enabled the USB Debuggin

相关标签:
8条回答
  • 2021-01-11 23:47

    Even if you have installed the USB driver, there might be a lurking wrong USB registration with Windows. You can use USBDeview to check the registered drivers and remove all entries for your phone before plugging it in, then choose the driver from the SDK when asked.

    0 讨论(0)
  • 2021-01-11 23:53

    Finally - it works! In Run Configurations -> Target -> Select "Manual" instead of "Automatic", then you have to choose device or emualtor when you run the application. And then I could choose my phone instead of the emulators.

    0 讨论(0)
提交回复
热议问题