Can't see my device of chrome://inspect/#devices

后端 未结 5 820
礼貌的吻别
礼貌的吻别 2021-01-31 18:30

I\'ve followed the instructions at google: https://developer.chrome.com/devtools/docs/remote-debugging. I\'ve also went over the troubleshooting section - but nothing seems to w

5条回答
  •  一整个雨季
    2021-01-31 18:55

    Hope this helps somebody else...

    This happened to me because I was trying to Chrome inspect a release build (Ionic; i.e. ionic build android --release). If I build a debug app (ionic build android), I am able to see the app from the chrome inspection tool without any issues.

    Google play does not like debugable apps https://developer.android.com/studio/publish/index.html which is needed for the inspection - see this SO link: debugging an ionic app for android platform hence proper releases won't appear in the Chrome inspection.

提交回复
热议问题