Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ClassNotFoundException: Didn't find class "com.googlecode.javacpp.Loader" #22

Closed
oleonov opened this issue Aug 14, 2014 · 0 comments

Comments

@oleonov
Copy link

oleonov commented Aug 14, 2014

I have this error
java.lang.ClassNotFoundException: Didn't find class "com.googlecode.javacpp.Loader" on path: DexPathList[[zip file "/data/app/ru.face2face-1.apk"],nativeLibraryDirectories=[/data/app-lib/ru.face2face-1, /vendor/lib, /system/lib]]

on line yuvIplimage = IplImage.create(imageWidth, imageHeight, IPL_DEPTH_8U, 2);

I add javacv into my android appliaction using
compile group: 'org.bytedeco', name: 'javacv', version: '0.9'
in build.gradle file.

I tried clean project, restart Android Studio and remove previotion version of my app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant