Statically linking on Android.

I have SDL building static libs and everything links correctly, but when I run my app I get “Error: dlopen failed: library libSDL3.so not found”.

I suspect it is something in the binding that I missed a change in. I’m still new(ish) to Android, and Gradle project config still a frustrating process for me. My app is almost completely C++ and CMake, except for a very minimum of code for Android specifically.

It all works fine on Windows, and I had everything working using the packaged SDL3 which was in fact using a .so, so the code is all good, just some pain point with the project config.

Any help appreciated.
Tim