gpt4 book ai didi

javascript - 错误 :android-apt plugin is incompatible with the Android Gradle plugin. 请改用 'annotationProcessor' 配置,问题?

转载 作者:太空宇宙 更新时间:2023-11-04 10:46:33 25 4
gpt4 key购买 nike

我遇到错误问题:android-apt 插件与 Android Gradle 插件不兼容。请改用“annotationProcessor”配置,我正在使用 Android Studio 3.0.1 并使用可能已有 2 或 3 年历史的 Android Studio 项目,我已经尝试了所有方法,但找不到解决方案。虽然查遍了整个网络但仍然没有解决它,并且我在build.gradle内的代码中没有看到任何android-apt插件

Build.Gradle代码

    apply plugin: 'com.android.application'
apply plugin: 'realm-android'

android {
compileSdkVersion 24
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "com.app.baryalitob"
minSdkVersion 14
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

/* IMPORTANT :
* Be careful when update dependencies, different version library may caused error */
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
// google library
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:support-v4:24.1.1'
compile 'com.google.android.gms:play-services-ads:9.2.1'
compile 'com.google.android.gms:play-services-analytics:9.2.1'
compile 'com.google.firebase:firebase-messaging:9.2.1'

// library for api
compile('com.squareup.retrofit2:retrofit:2.0.0-beta4') {
exclude module: 'okhttp'
}
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.0.1'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.picasso:picasso:2.5.2'

// ripple effect library
compile 'com.balysv:material-ripple:1.0.2'
}

apply plugin: 'com.google.gms.google-services'

最佳答案

您应该从构建级别 gradle 中删除应用插件:'com.neenbedankt.android-apt',或者如果问题仍然存在,请尝试删除一些第三方库。您在代码中使用的任何库都可能会使用它。

关于javascript - 错误 :android-apt plugin is incompatible with the Android Gradle plugin. 请改用 'annotationProcessor' 配置,问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48352949/

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