Android Device not recognised by win7 virtualbox
I am running a VirtualBox with Windows 7 on it in Ubuntu 11.04. I want to use this environment for Android development.
I followed the setup instructions and can debug on the emulator. I have used the VirtualBox settings to set up a USB filter for my phone(LG Ally). When I connect the phone, the filter appears to be working since I don't see it in Ubuntu and Windows does recognize that something is attached.
When i try to update the drivers using the ones downloaded with the SDK, Windows says that the drivers are up to date. Device Manager does not show the device name, referring to is as U开发者_开发百科SB Composite Device.
If explorer is opened, my phone does not show up. It also does not show up when attempting to debug on the device(through eclipse).
Any help or suggestions are appreciated, thanks.
You could try to force update the driver using the SDK one.
- Open Device Manager
- Find USB device
- Right click, Update Driver Software
- Browse my computer for driver software
- Find SDK USB drivers
Alternatively, try removing the USB composite device from the device manager, then reboot the Windows machine. Connect the phone, make sure the Windows system has exclusive control, then start the Windows system again. When the device manager picks up the new hardware, tell it to use the driver from the SDK.
Hope that helps
-Jun
精彩评论