I tried to use the remote debugging tool of Google Chrome for my Samsung Galaxy S4 (https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=nl). But my Chrome does not found my device after i used about:inspect. The list stays empty.
I already install the newest driver on my computer and both devices running Chrome version 32. On my phone the USB debugging checkbox is checked.
Does someone know what i can do to view my phone trough Chrome debugging?
Do you have ADT (Android Development Toolkit) installed? If so, you may have to restart the ADB server. Follow these steps: (from this answer).
cmd.exe
", Enter)Go to the platform-tools
directory of your locally installed ADT. In my case:
cd /d D:\apps\adt-bundle-windows-x86_64-20131030\sdk\platform-tools
Restart the ADT server by running the following commands:
adb.exe kill-server
adb.exe start-server
Now observe that your tablet will ask for remote debugging permission (by checking a fingerprint) upon connection.
chrome://inspect
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With