Skip to content

Instantly share code, notes, and snippets.

@dziad
Created August 25, 2016 09:26
Show Gist options
  • Save dziad/b7ef71af2bf6340f299579815eb956cb to your computer and use it in GitHub Desktop.
Save dziad/b7ef71af2bf6340f299579815eb956cb to your computer and use it in GitHub Desktop.
08-25 11:16:21.902 12091-12091/com.desmart.geist E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.desmart.geist, PID: 12091
java.lang.UnsatisfiedLinkError: com.android.tools.fd.runtime.IncrementalClassLoader$DelegateClassLoader[DexPathList[[dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-zxingjar-1.1_6d2e202c8b4d2e714250f85baaeb3dbf0f339fee-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-support-annotations-24.0.0_27ebe132552dccfbcfffae993919eb2be91f3183-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_9-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_8-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_7-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_6-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_5-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_4-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_3-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_2-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_1-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-slice_0-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-realm-annotations-1.1.1_6b8a1a758e807aed52751180b87b4f68b255af39-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-library-2.4.0_5b346b45ef83aa24dab72190222f39ccaddef161-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-io.realm-realm-android-library-1.1.1_e9192131144a6cca617fb548b10c113534347aeb-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-internal_impl-23.1.1_274e92b6f426629578e0d7ca12ccea49d2e0971c-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-core_b4dd8cd56c95f3ace0f59a2218d0b33c299f3346-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.jakewharton-butterknife-8.2.1_bd27b89433302fe97261abaadfcbf8f38e33c793-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.github.anasanasanas123-MaterialDesignLibrary-1.8_16d50bf27fe1d92a2ca3c443ba42fce631b820cd-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.getkeepsafe.relinker-relinker-1.2.1_7475c449cb2a5b2fe6218e531e96ec74d7adbfd2-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.android.support-support-v4-23.1.1_44eb8c11aa5bcd2f302f93c5d9626be036ff9595-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.android.support-recyclerview-v7-23.1.1_82abc12e5fba74ee9835062710952c47e5f524a4-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.android.support-design-23.1.1_42e59f2b6705a5460b74884fc07dd951b6a740ad-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-com.android.support-appcompat-v7-23.1.1_b01830b9539da1a576ca9426947541bb40ed4bd6-classes.dex", dex file "/data/data/com.desmart.geist/files/instant-run/dex/slice-butterknife-annotations-8.2.1_a1ba4048b62dbc518e8be305afc216c1c6359a77-classes.dex"],nativeLibraryDirectories=[/data/app/com.desmart.geist-2/lib/arm64, /data/app/com.desmart.geist-2/base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]] couldn't find "libRecogMeter.so"
at java.lang.Runtime.loadLibrary(Runtime.java:367)
at java.lang.System.loadLibrary(System.java:1076)
at com.recogEngine.RecogEngine.<clinit>(RecogEngine.java:146)
at com.szRecog.ScanActivity.onCreate(ScanActivity.java:108)
at android.app.Activity.performCreate(Activity.java:6262)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1125)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2462)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2569
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment