I am trying to create an application with Ionic on Linux. I use the Genymotion emulator because ADB does not work on my computer (black screen until the end of time). I have no problem running the application in Genymotion with ionic run android , but I am wondering how to see the JavaScript logs (I need to check what is wrong with the plugin cordon file). I tried to view it through a browser, but it does not work.
source share