ignite
ignite copied to clipboard
Cannot run project on Android 8.0
Describe the bug
The app crashes immediately with an IllegalStateException: Only fullscreen opaque activities can request orientation
This is caused by the portrait in the Android Manifest, that is set in the app.json:
See: https://stackoverflow.com/questions/48072438/java-lang-illegalstateexception-only-fullscreen-opaque-activities-can-request-o for reference.
Removing the orientation from the app.json solves this issue.
Ignite version
7.15.0
Additional info
just regular