Chrome remote debug Samsung Galaxy s4

后端 未结 3 1628
半阙折子戏
半阙折子戏 2020-12-13 07:43

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

3条回答
  •  执念已碎
    2020-12-13 08:33

    I stumbled over this exact problem. The solution above work's like a charm for me. But I'm lazy as hell, so I created a .bat file:

    @ECHO OFF 
    cmd.exe /K "cd C:\Users\YOUR_USERNAME\AppData\Local\Android\sdk\platform-tools && C: & adb.exe kill-server & adb.exe start-server"
    

    The directory depends on your installation of your ADT.

    Save as killstart_adb.bat and run this. Works for me.

提交回复
热议问题