I'm using visual studio to create a mobile app. I used the command "ionic cordova run android" to load into my emulator in android studio my application. Apparently it seems to be going, but it only stays on white screen.
I'm using jdk 8, in version 9 it does not even appear on the white screen, but with 8 it looks like it's starting my application, but the screen goes blank.
- Android Studio 3.0.1
Note: There are no errors in my console.
Thanks in advance!