The message wasn’t clear enough it only said that some files aren’t aligned to the 16 KB requirement, but it didn’t specify from which library those files.
Full file dir was lib/arm64-v8a/libmodft2.so
and if you search for part of it (in my case modft2
) you can identify which library is causing the issue.
After that updating or replacing the library (I had to replace it in my case) solved the problem.
Before
After