gpt4 book ai didi

android - 更新到 Android Studio 2.3 后无法构建

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:07:47 24 4
gpt4 key购买 nike

当我尝试构建我的项目时出现两个警告:

Warning:Using incompatible plugins for the annotation processing: android-apt. This may result in an unexpected behavior.

还有所有绑定(bind)错误的末尾:

Warning:The following options were not recognized by any processor: '[android.databinding.artifactType, android.databinding.printEncodedErrors, android.databinding.minApi, android.databinding.isTestVariant, android.databinding.enableDebugLogs, android.databinding.sdkDir, android.databinding.bindingBuildFolder, android.databinding.enableForTests, android.databinding.modulePackage, android.databinding.generationalFileOutDir, android.databinding.xmlOutDir]'

我尝试启用注解处理器并删除了所有 apt 引用并更改了它:

apt 'com.jakewharton:butterknife-compiler:8.2.1'

为此:

annotationProcessor 'com.jakewharton:butterknife-compiler:8.2.1'

但是没用。

最佳答案

只需将 build.gradle 文件中的 apt 替换为 annotationProcessor 即可。并在任何地方删除 apt 插件。

关于android - 更新到 Android Studio 2.3 后无法构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42616305/

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