I am programming an application in angular2 for cordova, when I run it in the browser emulator it works without problems:
> cordova run browser
The problem occurs when I package it in an apk and install it in android:
> cordova run android
the application is frozen in the load of it, it would be very useful to see the outputs of console.error
in the emulator either by Android Studio or another tool.