Hi all,
when I compile for android with target-sdk-version >= 30 I get a white screen on ARM64 devices on Android 12 and 13. No issue with ARMv7 or the emulator (both x86 and x86_64).
It happens on several devices I could test on, and even if I compile the DisplayingABitmap demo.
My versions:
- haxe: 4.2.5
- lime: 8.0.0
- openfl: 9.2.0
- Java: 11.0.17.8
- NDK: 21.4
I could reproduce the issue by simply adding <android target-sdk-version="30" />
to the DisplayingABitmap demo’s project.xml.
It is a known issue or something I’m missing from the config?
Thanks!
Edit: I must add that there is no crash and the logs are the same, no error, no warning, nothing.