美文网首页
duplicate entry: com/bumptech/gl

duplicate entry: com/bumptech/gl

作者: 爱吃猫的咸鱼 | 来源:发表于2016-12-12 11:51 被阅读0次

    Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.

    > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/bumptech/glide/gifdecoder/GifDecoder$BitmapProvider.class

    遇到这种类型的报错  一般都是因为项目中jar包冲突  比如 我在build.gradle中依赖了 glide   在libs目录里面又添加了glide的jar包 就会导致冲突报这样的错  我把jar包干掉就OK了

    相关文章

      网友评论

          本文标题:duplicate entry: com/bumptech/gl

          本文链接:https://www.haomeiwen.com/subject/dxsmmttx.html