cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
8.95k stars 2.26k forks source link

Error : FATAL EXCEPTION nativeLibraryDirectories {couldn't find "libyuv-decoder.so"} #514

Open chirag-deshwal opened 3 years ago

chirag-deshwal commented 3 years ago

What do you want to discuss?

How To Resolve this Error. Load Activity without Creshing App


Bug Reporting

Steps to Reproduce

Actual Results (include screenshots)

load filters list currectly as Expacted but One Time Cresh on Install on First Time on loading Activity by Intant

Expected Results (include screenshots)

load Filter in List

-- Code - in - Java

Intant Code for Lunch Activity

startActivityForResult(new Intent(context , ImageFilters.class ).putExtra("work" , true) , PICK_RE_IMAGE_FILTER) : -0 ......... Start for Sub Fragragment

Error

E/AndroidRuntime: FATAL EXCEPTION: main Process: deshwal.group.kvieditor, PID: 22238 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/XX.XX.X-[Package Name ] 6A2jxLbxYP6gG6MPCWXDxA==/base.apk"],nativeLibraryDirectories=[/data/app/XXXXXX.XXXX.XXXX--[Package Name ] 6A2jxLbxYP6gG6MPCWXDxA==/lib/x86, /data/app/deshwal.group.kvieditor-6A2jxLbxYP6gG6MPCWXDxA==/base.apk!/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libyuv-decoder.so"

NanyangTaiji commented 2 years ago

Same issue, any solution?