今天将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