码迷,mamicode.com
首页 > 移动开发 > 详细

android studio 引用aar包 出现文件冲突

时间:2017-08-29 14:23:37      阅读:634      评论:0      收藏:0      [点我收藏+]

标签:oid   option   androi   解决   error   file   resource   apk   ngoptions   

 开发项目,多多少少都会引进一些第三方jar或者aar资源文件,方便开发个性化功能,但这样就经常会出现包冲突、文件冲突、重复导入资源或者导入俩个不同的包中包含有相同的文件资源呢!后果导致编译失败,提示错误! 
下面就来加讲解下我遇到问题及解决方法:

1. 文件冲突

文件错误提示

       一般类似这样的Error:Execution failed for task ‘:app:transformResourcesWithMergeJavaResForDebug’.> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/maven/com.squareup.okio/okio/pom.xml File1: C:\Users\WX_JIN.gradle\caches\modules-2\files-2.1\com.squareup.okio\okio\1.6.0\98476622f10715998eacf9240d6b479f12c66143\okio-1.6.0.jar File2: D:\Android\workspace\wxj\YK\app\build\intermediates\exploded-aar\YK\umenglibrary\unspecified\jars\classes.jar 
上面提示Duplicate files copied in APK META-INF/maven/com.squareup.okio/okio/pom.xml 
重复这个文件,我们只要去掉一个或者忽略一个就行了 
技术分享

解决方案

       在主项目中添加build->android->添加packagingOptions exclude 包含重复的文件 
技术分享

2. jar冲突

冲突提示

技术分享

解决方案

技术分享 
技术分享 
使用上面这种忽略掉重复的依赖包

android studio 引用aar包 出现文件冲突

标签:oid   option   androi   解决   error   file   resource   apk   ngoptions   

原文地址:http://www.cnblogs.com/fengchuxiaodai/p/7447782.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!