LibVlcUtil: fix library path search
After android-21, libs are not necessarily in applicationInfo.dataDir + "/lib" folder, so use applicationInfo.nativeLibraryDir (added after Gingerbread). Also fix system library path search by using System.getProperty("java.library.path") that return "/vendor/lib:/system/lib" or "/vendor/lib64:/system/lib64".
Showing
Please register or sign in to comment