Ionic + Genymotion: JavaScript Logs

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.

+5
source share
1 answer
  • Install adb in IP genymontion.
  • Launch chrome
  • enter this url chrome: // inspect / # devices
  • Enjoy it.
+15
source

All Articles