saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

Duplicate classes #586

Closed Ivan421399 closed 3 years ago

Ivan421399 commented 3 years ago

Hello, I'm working on the app that uses this library. Just like in examples I've added "usbCameraCommon" and "libuvccamera" modules into the project. When I try to build the project it pours tons of messages like Duplicate class com.serenegiant.widget.RelativeRadioGroup$CheckedStateTracker found in modules jetified-classes.jar (classes.jar) and jetified-common-2.12.4-runtime.jar (com.serenegiant:common:2.12.4) I don't know what to do, the gradle files are the same as in examples. Thank you.

Ivan421399 commented 3 years ago

Hello, I've solved the problem by deleting the .jar file in [project_root]/app/libs