cats-oss/android-gpuimage

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

chirag-deshwal opened this issue · 1 comments

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

  • Device:
  • OS: Android 8.1 [Emulator]
  • [Divce Adroid 10] Smasung M10

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"

Same issue, any solution?