Description
Followed tutorial given but keep getting this error. Have tried looking at other issues posted her with same problem but to no avail. The directory I've given is the one where the project is saved and I've put the conf file in the correct place with the runtime_dir as the project directory. Not sure what the problem could be.
Full error:
--------- beginning of crash
2019-02-06 18:59:17.365 27216-27216/com.example.flaymin.supercarspotter E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.flaymin.supercarspotter, PID: 27216
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/base.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_dependencies_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_resources_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_0_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_1_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_2_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_3_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_4_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_5_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_6_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_7_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_8_apk.apk", zip file "/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/data/app/com.example.flaymin.supercarspotter-h436LlIP3tiMAhwzGo2pwQ==/lib/x86, /system/lib]]] couldn't find "libopenalpr-native.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1012)
at java.lang.System.loadLibrary(System.java:1669)
at org.openalpr.AlprJNIWrapper.(AlprJNIWrapper.java:9)
at org.openalpr.OpenALPR$Factory.create(OpenALPR.java:80)
at com.example.flaymin.supercarspotter.UploadActivity.onCreate(UploadActivity.java:172)
at android.app.Activity.performCreate(Activity.java:7136)
at android.app.Activity.performCreate(Activity.java:7127)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2893)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3048)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1808)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6669)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)