I am writing an android project which has Native layer helping the java layer, and am stuck at a place where when i try to do a System.loadLibrary, it is throwing error that
You can also find this error while using calling System.load(String pathName) method and just passing libraryName instead of complete path to library.
Resolution : use System.loadLibrary(String libName) method and now pass the libraryName.