Ever since I upgraded my Samsung Galaxy S3 to android 4.3 (from 4.1.2) I am unable to use Chrome's remote debugging for android (more details here).
I have the developer options and USB debugging enabled on my phone, and this worked perfectly fine on android 4.1.2. Now, when I connect my phone to my PC, it simply connects as a media storage device and is not discovered as a USB device by chrome.
I am ruling out any problems with chrome as I could USB debug with a Google Nexus4, also, looking at some other thread (here and elsewhere) it seems to be a problem with Samsung's 4.3 upgrade.
Any pointers to get this working?
adb.exe
which was already on my PC, and to runadb.exe devices
. That did the trick for me. – Derteadb.exe
and it just opened and closed a terminal. I then opened a terminal and ranadb.exe devices
and it said'adb.exe' is not recognized as an internal or external command, operable program or batch file
. I don't have Android Studio installed as it is around 2GB and I am on limited connection. – Colewort