Hello,
I´m new on mobile development, I made a simple application with Ionic 5/React, but one of the requisites for this applications is work on Android 7.0, but I wonder if it is possible, if an Ionic App with react works in this Android Version.
When I generate the .apk (even the most simple ionic start application) on 7.0, it installs, but when running the app an empty window appears (like a white page with no error message) and nothing else happens.
I tried to solve this in so many ways, unfortunatelly now I´ve no idea of what to do.
- Does Ionic/react works on Android 7.0 ?
- Can this compatibility problem be solved? And how?
The steps I made:
- ionic start myApp blank
- ionic build
- ionic cap add android
- ionic cap open android
- emulate on Android Studio ( Android 7.0 white page problem ) and works well on (7.1 / 8.0 / 9.0 / 10)
Log Running Archive: run_log
And Log: log
Does anybody could help?