Open chirag-deshwal opened 3 years ago
How To Resolve this Error. Load Activity without Creshing App
load filters list currectly as Expacted but One Time Cresh on Install on First Time on loading Activity by Intant
load Filter in List
-- Code - in - Java
startActivityForResult(new Intent(context , ImageFilters.class ).putExtra("work" , true) , PICK_RE_IMAGE_FILTER) : -0 ......... Start for Sub Fragragment
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?
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"