Search code examples
ionic-frameworkionic2ionic3ionic-native

Ionic remote debugging not showing the app


Hey Im trying to Remote debug an Ionic Application, it was working recently, but now the device shows on Chrome Remote devices but when i click the device the app process wont show. it will show other mobile chrome tab Processes but not the Ionic app.

any clues ?


Solution

  • I fixed this, It was my fault, I built a release apk and was expecting a debug mode. When you build without the --release, It works