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
My project appeared mulidex.
Therefore added 'multiDexEnabled true' and 'compile 'com.android.support:multidex:1.0.1', 'android:name="android.support.multidex.MultiDexApplication"'.
My project works fine on Android machine version over 5.0.
But, under 5.0
Error content is it. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/bytedeco/javacpp/flandmark$FLANDMARK_Options.class
how i do?
This is the piece of 'build.grade' on my project
AAR build.gradle
Hi, i need you helpㅠㅠ
An error occurs after applying Pro Guard.
I write proguard-rule.
it referenced https://github.com/bytedeco/javacv/wiki/Configuring-Proguard-for-JavaCV
My project appeared mulidex.
Therefore added 'multiDexEnabled true' and 'compile 'com.android.support:multidex:1.0.1',
'android:name="android.support.multidex.MultiDexApplication"'.
My project works fine on Android machine version over 5.0.
But, under 5.0
Error content is it.
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/bytedeco/javacpp/flandmark$FLANDMARK_Options.class
how i do?
This is the piece of 'build.grade' on my project
AAR build.gradle
Project build.gradle
livenessLibrary145 is AAR
The text was updated successfully, but these errors were encountered: