Lib.so files is not getting load even i call system.load
i have this error which i m using in my code
i m trying to load lib but it doesnt getting load
can anyone tell me whats the solution i need urgent
i m using mpv player and i have libmpv.so files
this is what i m doing in my codes
public class MPVLib {
static {
String[] libs = { "mpv", "player" };
for (String lib: libs) {
System.loadLibrary(lib);
}
}
i get this issue
FATAL EXCEPTION: main Process: videoplayer.movies.videoeditor.hd, PID: 25984...