Greg's Blog

helping me remember what I figure out

Android - Google Chrome Remote Debugging in Two, No Three Simple Steps

| Comments

Simply enabling Open Chrome on your phone → Settings → Developer Tools → check Enable USB Web debugging and running the following command:
adb forward tcp:9222 localabstract:chrome_devtools_remote
are not quite enough to be able to bring up the Remote Webkit inspector. Remember to also check the box for Settings → Developer options → USB debugging and then you are good to go!