No devices detected when remote debugging in Chrome Developer Tools from Windows 7 Enterprise to Samsung Galaxy Tab A

后端 未结 4 1335
悲哀的现实
悲哀的现实 2020-12-30 13:31

I am having problems with a web application on Chrome in Samsung Galaxy Tab A.

I want to troubleshoot them with Chrome\'s Developer Tools.

On

4条回答
  •  时光说笑
    2020-12-30 14:26

    This was my solution to show device in Chrome Developer Tools:

    1) Download SDK Platform-Tools for Windows (7.16MB) from here.

    2) Extract zip file.

    3) In Windows terminal run your equivalent of:

    D:\Users\You\path_to_extracted_folder\adb.exe devices
    

    At first I got:

    [5203253125 - long number] unauthorised
    

    And then I think I unplugged and replugged USB cable from tablet and there was a prompt on the tablet:

    Allow USB Debugging?
    The computer's RSA key fingerprint is:
    blah blah etc
    

    to which I click OK

    And I can now see device in Chrome Developer Tools!

提交回复
热议问题