Blank Screen & Crashes on Android API < 27

Anyone has a concrete solution for this?

I did ionic start a new project

Compile with ionic cap build android.

Test with an emulator that runs android API 26.

Blank screen.

can you share your ionic info ?

Ionic 7 requires Chromium/SystemWebView 79 and emulators ship older versions, you’ll have to edit your browserlist to go to 61 as angular doesn’t allow to go lower than that. But not sure if that could cause issues with Ionic 7 or angular.

That should solve the black/white screen issues, but the app should not crash because of that. What’s your crash message?

please check you have the necessary android SDK component installed for API 26. You can use Android studio to install the required component.