ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Cannot run project on Android 8.0

Open janwiebe-jump opened this issue 6 months ago • 2 comments

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

janwiebe-jump avatar Jul 31 '24 14:07 janwiebe-jump