Chrome remote debug Samsung Galaxy s4

后端 未结 3 1634
半阙折子戏
半阙折子戏 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:34

    workaround if you don't have ADT (Android Development Toolkit) installed:

    Managed to detect android based Samsung Galaxy phone after downloading andorid SDK platform-tools.zip and running the following command: "adb devices". It started some deamon, found attached device, and I was also able to see it in chrome canary inspect tab.

    previously I also installed "Universal ADB driver" but not sure if this was required

提交回复
热议问题