Hi,
I’m trying to make the simple generated “list” app work for Android 24. But all I have is a blank app screen.
I have installed : Android Studio 4.2.2, Virtual Device : Pixel 2 API 24, SDK API 24, SDK API 30
NPM 7.20.1, Node 14.17.0
Ionic 6.16.3
OS : Linux Pop Os 5.11.0 (based on Ubuntu 21.04)
Here are the steps that I followed :
- ionic start myApp list --type=react
- cd myApp
- ionic build
- ionic capacitor add android
- npx cap run android
Then the Pixel 2 emulator starts and displays a blank screen.
Did I miss a step ?
The apps works perfectly with a Pixel 2 API 30.
Thanks for your help.