- This issue might be very similar to https://github.com/libsdl-org/SDL/issues/13793 Downstream issues: - https://github.com/ppy/osu/issues/34992 - https://github.com/ppy/osu/issues/35036 On Android 7.0.1 and 8.1, our users are getting the following error on startup: <img width="1620" height="1080" alt="Image" src="https://github.com/user-attachments/assets/7feb79b4-0e31-4543-bad9-393825ac8570" /> >SDL Error > >An error occurred while trying to start the application. Please try again and/or reinstall. > >Error: dlopen failed: cannot locate symbol "iconv_open" referenced by "/data/app/.../lib/arm64/libSDL3.so"... It works fine on newer devices, like those with Android 11 and 13. SDL3 docs says it supports Android 5.0 and up, so it should not error out like this on older devices.