CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.36k stars 878 forks source link

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader #572

Open denizsubasi opened 4 years ago

denizsubasi commented 4 years ago

Is this a bug report?

yes

Have you read the Contributing Guidelines?

yes

Environment

CameraKit Version: 0.13.4

Android Device: Samsung SM-G925F

Android Version: Android 7.0 API 24

Steps to Reproduce

  1. Opened App
  2. Take a picture

Expected Behavior

Picture should be captured without crashing.

Actual Behavior

App crashed due to a fatal, uncaught UnsatisfiedLinkError.

Samsung SM-G925F

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.camera--1/base.apk"],nativeLibraryDirectories=[/data/app/com.example.camera-1/lib/arm64, /data/app/com.example.camera--1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libyuvOperator.so" at java.lang.Runtime.loadLibrary0(Runtime.java:972) at java.lang.System.loadLibrary(System.java:1567) at com.wonderkiln.camerakit.JpegTransformer.(JpegTransformer.java:44) at com.wonderkiln.camerakit.PostProcessor.getJpeg(PostProcessor.java:36) at com.wonderkiln.camerakit.CameraView$4.imageCaptured(CameraView.java:470) at com.wonderkiln.camerakit.Camera1$5.onPictureTaken(Camera1.java:429) at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1115) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.os.HandlerThread.run(HandlerThread.java:61)