内容简介:较旧版本的Realm使用android-apt.你应该升级你的realm-android插件版本.翻译自:https://stackoverflow.com/questions/42736720/android-studio-2-3-update-warningusing-incompatible-plugins-for-the-annotatio
所以,我已经阅读了本网站上有关此问题的所有问题.我还与其中一位有类似问题的开发人员聊天,他能够解决这个问题.
我没有在我的gradle脚本中编写apt或annotationProcessor.
我的代码中没有任何地方写过android-apt这个词.我甚至继续检查了所有的库.这包含在我的项目中.
这是一个非常大的问题,需要解决.
我在下面附加修改后的build.gradle,请建议:
apply plugin: 'com.android.application' apply plugin: 'realm-android' android { dexOptions { jumboMode = true } compileSdkVersion rootProject.ext.compileSdkVersion buildToolsVersion rootProject.ext.buildToolsVersion useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "com.legalimpurity.indiancourts" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode rootProject.ext.versionCode versionName rootProject.ext.versionName multiDexEnabled true vectorDrawables.useSupportLibrary = true; } buildTypes { release { // minifyEnabled true // proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } signingConfigs { } dataBinding { enabled = true } } //For Facebook i guess repositories { mavenCentral() maven { url "https://jitpack.io" } maven { url 'https://maven.fabric.io/public' } } def var = dependencies { annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' compile 'com.google.android.gms:play-services-auth:9.4.0' compile 'com.google.android.gms:play-services-analytics:9.4.0' compile 'com.google.android.gms:play-services-plus:9.4.0' compile 'com.google.android.gms:play-services-ads:9.4.0' compile 'com.google.android.gms:play-services-identity:9.4.0' // compile 'com.google.android.gms:play-services-gcm:9.4.0' compile 'com.google.firebase:firebase-messaging:9.4.0' compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" compile "com.android.support:cardview-v7:${rootProject.ext.supportLibVersion}" compile "com.android.support:recyclerview-v7:${rootProject.ext.supportLibVersion}" compile "com.android.support:design:${rootProject.ext.supportLibVersion}" compile "com.android.support:support-v4:${rootProject.ext.supportLibVersion}" compile('com.github.ozodrukh:CircularReveal:2.0.1@aar') { transitive = true; } compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' compile 'com.android.support:multidex:1.0.1' // compile 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar' compile 'com.github.barteksc:android-pdf-viewer:2.4.0' compile 'com.wdullaer:materialdatetimepicker:3.1.3' compile 'com.facebook.android:account-kit-sdk:4.+' compile 'com.android.volley:volley:1.0.0' // compile 'com.facebook.android:facebook-android-sdk:4.6.0' // compile 'com.satsuware.lib:usefulviews:2.3.6' compile 'com.hkm:hkmprocessbuttons:1.2.4' compile 'com.github.thorbenprimke:realm-searchview:0.9.6' compile 'com.jakewharton:butterknife:8.5.1' // compile 'com.github.amlcurran.showcaseview:library:5.4.3' compile 'com.github.deano2390:MaterialShowcaseView:1.1.0' // compile 'com.zaihuishou:expandablerecycleradapter-databinding:1.0.0' // compile 'com.squareup.picasso:picasso:2.5.2' // compile 'com.legalimpurity.expandablerecyclerview:expandable-recyclerview:1.0' compile project(':agendacalendarview') compile project(':expandablelibrary') annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' compile 'com.android.support:support-v4:25.+' } apply plugin: 'com.jakewharton.butterknife' apply plugin: 'com.google.gms.google-services' configurations.all { resolutionStrategy { force "com.android.support:support-annotations:25.2.0" } }
较旧版本的Realm使用android-apt.你应该升级你的realm-android插件版本.
翻译自:https://stackoverflow.com/questions/42736720/android-studio-2-3-update-warningusing-incompatible-plugins-for-the-annotatio
以上所述就是小编给大家介绍的《Android Studio 2.3更新:警告:使用不兼容的插件进行注释处理:android-apt.这可能会导致意外行为》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- iOS 注释方法大全 代码块加快捷键注释
- 让 MyBatis Generator 用数据库注释作 Java 注释,并支持附加注解
- 请停止代码注释
- 体面编码之代码注释评论
- Spring 注解注入—@Qualifier 注释
- swagger注释API详细说明
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ASP.NET 2.0开发指南
郝刚 / 人民邮电出版社 / 2006 / 88.0
本书紧紧围绕ASP.NET 2.0技术精髓展开深入讲解,全书分为6个部分,共18章。第1部分介绍基础知识,包括ASP.NET 2.0概述、Visual Studio 2005集成开发环境、创建ASP.NET应用程序和C# 2.0程序设计基础。第2部分讲解用户界面方面的特性,包括母版页、主题和皮肤、站点导航控件和其他新增服务器控件。第3部分探讨了数据访问方面的内容,包括数据访问技术概述、数据源控件、......一起来看看 《ASP.NET 2.0开发指南》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
RGB HSV 转换
RGB HSV 互转工具