3

https://developers.google.com/chrome-developer-tools/docs/remote-debugging

I followed the steps but I did't get the prompt on my galaxy nexus in the step 3 and chrome://inspect/#devices didn't show the phone whereas I've got the prompt and debugged successfully using a nexus 5. I have installed the driver for the galaxy nexus downloaded at Samsung. Previously I could debug with the adb plugin but recently chrome has disabled it and forced me using the native one.

Does anyone know how I can get rid of this issue?

user3204729
  • 317
  • 1
  • 13
  • I'm in the exact same situation. Any resolution to this? – radu.luchian Mar 05 '14 at 10:26
  • While changing the driver seemed to work for @user3204729, the solution that worked for me was to run `adb devices` on my PC. [Details here](http://stackoverflow.com/a/23928683/450668). – Josh Jul 28 '14 at 18:06

1 Answers1

3

I finally get rid of the unhelpful samsung official driver by http://adbdriver.com/downloads/ Please uninstall the original one before install this driver. Cheers.

user3204729
  • 317
  • 1
  • 13
  • Thank you, I never would have figured out the almost completely working driver from Samsung was preventing me from using the Chrome Debugger. – DrCord May 20 '14 at 18:13
  • This also worked for me on my Galaxy S5. Samsung drivers just did not do the job – Joe W Jul 31 '15 at 13:33