Android Remote Debugging not working on Windows 7
android, google-chrome
Solution
do you have android ADB in your system? if not install it. if you have ADB, then in command prompt run `adb devices` and make sure that your device is listed. if its not listed u have to install the device dirver. Also enable usb debugging on your device.
Problem
I am using the following tutorial to remote debug web pages on android chrome browser. http://www.html5rocks.com/en/tutorials/developertools/mobile/ For Galaxy Nexus I have installed, http://developer.android.com/sdk/win-usb.html http://www.samsung.com/us/support/owners/product/SCH-I515MSAVZW When I connect my mobile device on Windows 7 via USB cable and then navigate to, chrome://inspect/#devices No device is shown