I am not sure what this error means.
Execution failed for task \':excelSior:packageAllDebugClassesForMultiDex\'. > java.util.zip.ZipException: duplicate
Try this:
android { configurations { all*.exclude module: 'PhotoView' //去除重复依赖库 } }