libSDL2.so does not find dependencies on Android

Hi!

I’ve trying to make an SDL 2 application on Android using Android Studio. I have put libSDL2.so into the jniLibs/x86 directory. The system finds it correctly, but then it complains about this:

I have put libasound.so.2 and libasound.so files into the jniLibs/x86 directory, but nothing happens. What might be the problem?

Thanks in advance!