You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: