Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Remote Debugging not working on Windows 7

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

like image 735
Imran Qadir Baksh - Baloch Avatar asked Jul 23 '13 09:07

Imran Qadir Baksh - Baloch


1 Answers

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.

like image 136
null pointer Avatar answered Oct 29 '22 20:10

null pointer