I recently switched from Linux to Windows 8 consumer preview. I have installed the latest android SDK including the Google USB driver. I connect my Nexus S to the laptop, the phone goes into USB debugging mode. But Eclipse doesn't detect it. if I do >adb devices, the phone doesn't show up. Please help!
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
Try this: find the .android folder in your home directory, and replace the adb_usb.ini file with this one. this tells your computer to let adb work with a load of different usb devices. You may need to restart ADB via the command line:
and now adb should show you your device
|
|||
|
|
adbdriver is broken (I have no idea if drivers of that nature would be affected by changes from Win7->Win8). – eldarerathis♦ Mar 2 '12 at 14:45settings->applications->developemnt. ADB will not see the device until this is set to true. – Ryan Conrad Mar 2 '12 at 14:47