gpt4 book ai didi

android - 错误 : The Android Gradle plugin supports only Butterknife Gradle plugin version 9. 0.0-rc2 及更高版本

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:44:27 26 4
gpt4 key购买 nike

我正在将 android studio 更新到 3.3,在我的项目中出现此错误:

ERROR: The Android Gradle plugin supports only Butterknife Gradle plugin version 9.0.0-rc2 and higher.
The following dependencies do not satisfy the required version:
root project 'MyProject' -> com.jakewharton:butterknife-gradle-plugin:8.8.1
Affected Modules: app

我已经准备好将 Butterknife 更新到 9.0.0-rc2

implementation 'com.jakewharton:butterknife:9.0.0-rc2'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc2'

最佳答案

您是否在您的应用程序/库中使用 androidx?如果是这样,我会将 butterknife 版本升级到稳定的 10.0.0 版本,否则更新到稳定的 9.0.0 版本。

没有androidx:

implementation 'com.jakewharton:butterknife:9.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0'

使用 androidx:

implementation 'com.jakewharton:butterknife:10.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'

您可以在更改日志中找到更多相关信息 here .

关于android - 错误 : The Android Gradle plugin supports only Butterknife Gradle plugin version 9. 0.0-rc2 及更高版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54228087/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com