According to this documentation, the future versions of Android devices will support 16 KB page sizes and the libraries in which native code is used must be rebuilt to support it.
I checked, all native files used in this library including libamplituda-native-lib.so, libavcodec-amplituda.so, libavformat-amplituda.so, libavutil-amplituda.so and libswresample-amplituda.so do not support the 16 KB page sizes.
According to this documentation, the future versions of Android devices will support 16 KB page sizes and the libraries in which native code is used must be rebuilt to support it.
I checked, all native files used in this library including
libamplituda-native-lib.so
,libavcodec-amplituda.so
,libavformat-amplituda.so
,libavutil-amplituda.so
andlibswresample-amplituda.so
do not support the 16 KB page sizes.Please provide a new version.