bytedeco / sample-projects

Sample project files for JavaCPP, JavaCPP Presets, and JavaCV
215 stars 172 forks source link

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList #54

Open sagarkhandale007 opened 3 years ago

sagarkhandale007 commented 3 years ago

How do I resolve this issue?

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList

https://user-images.githubusercontent.com/16043212/108158556-2be5ee00-710b-11eb-9975-21dad01a1ea5.png

https://user-images.githubusercontent.com/16043212/108158710-8717e080-710b-11eb-9ed5-8637cb7ae273.png

saudet commented 3 years ago

That means the file is missing from the application's APK. Please make sure it gets bundled.