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
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.