android 项目Failed to transform file 'xxxxx.jar' to match attributes 解决方法

 今天将Android项目更改为AndroidX项目后,ReBuild Project和运行项目都会报下面错误,我的是butterknife-compiler-9.0.0-rc3.jar,有可能是其他样式xxx.jar;

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':app:debugAnnotationProcessorClasspath'.
> Failed to transform file 'butterknife-compiler-9.0.0-rc3.jar' to match attributes {artifactType=processed-jar} using transform JetifyTransform
   > Failed to transform '/Users/zhaozhaoyingtao/.gradle/caches/modules-2/files-2.1/com.jakewharton/butterknife-compiler/9.0.0-rc3/488afb7430185305b033200ca4dbb0ab7be0d981/butterknife-compiler-9.0.0-rc3.jar' using Jetifier. Reason: The given artifact contains a string literal with a package reference 'android.support.v4.content' that cannot be safely rewritten. Libraries using reflection such as annotation processors need to be updated manually to add support for androidx.. (Run with --stacktrace for more details.)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s

解决方法:将项目根目录的build.gradle和gradle=>wrapper=>gradle-wrapper.properties文件中进行降级即可;

我的是降为:你可以根据你电脑其他项目降级

classpath 'com.android.tools.build:gradle:3.2.1'


distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值