saki4510t / UVCCamera

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

打包APK签名错误 #485

Open zhangze123456 opened 5 years ago

zhangze123456 commented 5 years ago

项目移植后,可以显示外置USB摄像头的功能效果,可以install apk到手机,可是不能打包签名,报如下错误Program type already present: com.serenegiant.usb.CameraDialog$1,项目中有重复依赖。尝试改包名有问题,有没有遇到过的,谢谢

gxshao commented 5 years ago

如果你的依赖是以fileTree方式引入的,建议直接修改aar或者jar文件,把冲突的class手动删掉,如果是项目依赖,gradle设置transitive = false