Do you have ADT (Android Development Toolkit) installed? If so, you may have to restart the ADB server. Follow these steps: (from this answer).
- Open a command prompt (Win+R, "
cmd.exe
", Enter)
Go to the platform-tools
directory of your locally installed ADT. In my case:
cd /d D:appsadt-bundle-windows-x86_64-20131030sdkplatform-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.
- The device should now be found if you open
chrome://inspect
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…