I got a Sony Xperia Z4 tablet and would like to display the Chrome console to debug a website.
What I did: * connected tablet to my dev machine * Enabled the developer options in the device settings * also enabled usb debugging * the tablet is recognized by windows explorer
So everything seems fine to me. However, when using "C:\adb> adb devices", the device won't show up.
I also tried :
- "adb kill-server"&"adb start-server"
- running adb as administrator
- installing Google USB Driver from Android Studio > Tools > Android > SDK Manager.
I've read that the USB connection type should be switched from MTP to PTP. But I can't find this option on the tablet.
Can you please give me any hints what I could check additionally or what the problem might be?
I am running Windows10 x64. Thanks!