Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'.
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/hardware/display/DisplayManagerCompat$JellybeanMr1Impl.class
项目在Android studio下,连真机能编译调试,但是使用Tools工具下的签名打包,就会报这个错误,从eclipse转过来没多久,第一次在AS上面签名打包工具就出错了,求大神支招
我的项目也是从eclispe上面转过来的,签名打包是会出错的 http://blog.csdn.net/qq_33756493/article/details/63253496 希望对你有用
这个报错是因为包重复了,删掉重复的包就可以了