Android remote debugging for Phonegap app does not work

后端 未结 7 1814
借酒劲吻你
借酒劲吻你 2021-02-02 15:08

Hi I am trying to debug my phonegap app on my device via Chrome I have followed all the steps and my phone is recognized by adb devices command,

Then I go to chrome://ins

7条回答
  •  孤街浪徒
    2021-02-02 15:28

    It seems to be a bug on the phone. I fixed by doing:

    1. Select Developer options
    2. Revoke USB debugging authorized
    3. turn off and on the USB debugging switch
    4. connect to your PC
    5. now, just accept the two authority dialog, and it will work fine in AndroidStudio and Chrome.

提交回复
热议问题