I want to add my libary project with jni build works with eclipse. but when I add this project to android studio. As module it compiles perfectly, but when I run it, it crashes with the error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.mydemo/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libloader-jni.so"
Please help me out....