almalence / OpenCamera

Open camera project - multi-functional camera application for android.
Other
1.1k stars 416 forks source link

App getting crash #81

Open gowthami77 opened 4 years ago

gowthami77 commented 4 years ago

After giving the permissions the app getting crashed here is the crash report can you help me to resolve the issue.

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.almalence.opencam-4otdNSUXvOprgUhC5VEezQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.almalence.opencam-4otdNSUXvOprgUhC5VEezQ==/lib/arm64, /system/lib64]]] couldn't find "libutils-image.so" at java.lang.Runtime.loadLibrary0(Runtime.java:1012) at java.lang.System.loadLibrary(System.java:1669) at com.almalence.plugins.capture.panoramaaugmented.VfGyroSensor.(VfGyroSensor.java:331) at com.almalence.plugins.vf.gyro.GyroVFPlugin.onResume(GyroVFPlugin.java:175) at com.almalence.opencam.PluginManagerBase.onResume(PluginManagerBase.java:421) at com.almalence.opencam.MainScreen.onResumeCamera(MainScreen.java:539) at com.almalence.opencam.MainScreen.onApplicationResume(MainScreen.java:479) at com.almalence.opencam.ApplicationScreen.onResume(ApplicationScreen.java:1019)