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
I had a libs folder in my project where i included external libraries added the line compile fileTree(dir: 'libs', include: '*.jar') into dependencies {} in the gradle's build file.
Then I made a lib folder and inside it an armeabi folder where I've inserted all the needed .so files. I then zipped the folder into a .zip (the structure inside the zip file is now lib/armeabi/*.so) I renamed the .zip file into armeabi.jar and added it to the libs folder as an external library.