本文介绍了使用转换IdentityTransform无法转换文件"pp-release.aar"以匹配属性{artifactType = processed-aar}的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
无法解决':app @ debug/compileClasspath'的依赖关系:无法使用转换IdentityTransform转换文件'pp-release.aar'以匹配属性{artifactType = processed-aar}
Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'pp-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
推荐答案
通过以下步骤为我工作
- 清理项目
- 再次重建
- 更新build.gradle版本(如果出现对话框并通知更新).
- 然后重新构建.
- 完成.
这篇关于使用转换IdentityTransform无法转换文件"pp-release.aar"以匹配属性{artifactType = processed-aar}的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!