问题
I need to use my phone as emulator/target/virtual device when I run my application. I have enabled the USB Debugging in Settings.
What more do I need to do to make Eclipse AVD Manager to detect my Byond B54 and Micromax devices? How to get in usb drivers for these devices?
回答1:
You need to install the drivers for windows to detect those devices.
if the drivers for those devices from respective manufactures are not available, you can download and use moborobo. It works for most devices. I have used it for Byond tablet.
回答2:
This Link will help you with the list of all the companies and their links which provide USB drivers. Please note that some companies may not be listed in this list. In that case you may have to go to the respective website of the company and search for the particular device driver.
As you are saying that you have enabled the USB debugging
mode in those devices. Check whether they are connected properly. open the command prompt and type:
adb devices
The result will give the list of the connected devices. If the device can be seen in the list then you can be sure that its connected properly. And you can install the app directly on the device by typing in:
adb install path_of_the_apk_file/your_apk_file.apk
But note that you can only install the app in this manner not debug it.
回答3:
install pda.net on your system.this software mostly works with all devices.Search PDA.net on google and install it after downloading .
来源:https://stackoverflow.com/questions/16139931/android-avd-manager-wont-detect-byond-b54-and-micromax-phones-as-virtual-devic