I am using FFmpegKit to resample audio files.
The apk contains many SO files in the lib folder.
I believe that only a few of these SO files are relevant to me. So, in order to reduce the apk size, I would like to remove these SO files one by one and test the functionality.
How should I go about doing this?