Parmar Ashesh
Parmar Ashesh

Reputation: 23

White screen after running Ionic 4 app in cordova

I am new in ionic. When I started my first project in ionic 4 it worked perfectly with command for web ionic serve but in case of ionic cordova run android it shows nothing but white screen on emulator

Project Structure :

Solutions I have tried

1. Removing platform than adding it again ionic cordova -platform rm android ionic cordova -platform add android

Note :

I have created project by adding simple blank template, Than generated /home component. I need help as I have created so many things in this project. but could not run it on emulator.

If I miss anything than we can discuss. Thank you.

Upvotes: 1

Views: 2276

Answers (1)

ingattex
ingattex

Reputation: 78

Which version of android are you using?. If you are using Android 5, It's a know issue in ionic 4. Check this link

Upvotes: 2

Related Questions