Google Chrome for Android Remote Debugging - “localhost:9222” Not Available

前端 未结 9 1249
难免孤独
难免孤独 2021-01-30 05:16

I\'m following the steps to enable remote debugging (https://developers.google.com/chrome/mobile/docs/debugging). When I reach step 4, Chrome for Desktop returns with \"This web

9条回答
  •  天涯浪人
    2021-01-30 06:14

    The remote debugging features requires a small check. The USB debugging features should be rather turned off and only the option for USB Debugging under chrome (android) settings should be checked.

    Also, run the adb forward command twice(the complete command with specific arguments).

提交回复
热议问题