I am trying to add an external library, Scandit. I keep getting this error:
java.lang.UnsatisfiedLinkError: Couldn\'t load scanditsdk-android-3.3.1 from
You can add pre built *.so files in Android Studio using gradle 0.7.2+. First create the jniLibs at this location /app/src/main/ location and copy the all the folder with *.so files (armeabi, armeabi-v7a, mips, x86) in the jniLibs.