@luigisisto wrote:
I tried to run my app on Android Studio using “ionic capacitor run android” but after the splashscreen the screen stays blank. I don’t know what to do, this is part of the console log:
2019-11-11 16:02:32.151 6025-6060/io.ionic.starter D/eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 7 8 2019-11-11 16:02:32.154 6025-6025/io.ionic.starter W/Capacitor/Console: File: http://localhost/vendor-es2015.js - Line 99175 - Msg: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed. 2019-11-11 16:02:32.154 6025-6025/io.ionic.starter W/Capacitor/Console: File: http://localhost/vendor-es2015.js - Line 99187 - Msg: Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar' 2019-11-11 16:02:32.155 6025-6025/io.ionic.starter W/Capacitor/Console: File: http://localhost/vendor-es2015.js - Line 99175 - Msg: Native: tried calling SplashScreen.hide, but the SplashScreen plugin is not installed. 2019-11-11 16:02:32.155 6025-6025/io.ionic.starter W/Capacitor/Console: File: http://localhost/vendor-es2015.js - Line 99187 - Msg: Install the SplashScreen plugin: 'ionic cordova plugin add cordova-plugin-splashscreen' 2019-11-11 16:02:32.156 6025-6025/io.ionic.starter E/Capacitor/Console: File: http://localhost/vendor-es2015.js - Line 46777 - Msg: ERROR 2019-11-11 16:02:32.178 6025-6025/io.ionic.starter I/chatty: uid=10135(io.ionic.starter) identical 1 line 2019-11-11 16:02:32.179 6025-6025/io.ionic.starter E/Capacitor/Console: File: http://localhost/vendor-es2015.js - Line 46777 - Msg: ERROR
After this, the last ERROR keeps repeating. What can I do?
Posts: 1
Participants: 1