1. 程式人生 > >坑爹的ANDRODI STUDIO升級2.3之後導致databinding報錯

坑爹的ANDRODI STUDIO升級2.3之後導致databinding報錯

Your app level gradle dependencies should include (as per butterknife website instructions):

compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'

You can remove the line : 

apply plugin:'com.neenbedankt.android-apt'

Annotation Processing became available in Android Gradle plugin (2.2 and later) so there is now no need to use the above plugin anymore if using this version of gradle or greater.

If you'd like to know how to turn annotation processing off and on and AS the setting is in : 

Settings > Build, Execution, Deployment > Compiler > Annotation Processors

這樣該國之後一切ok。只想說,有時候黃色的警告!我們確實不能忽略啊


相關推薦

ANDRODI STUDIO升級2.3之後導致databinding

Your app level gradle dependencies should include (as per butterknife website instructions): compile 'com.jakewharton:butterknife:8.5.1' annotationProces

Android studio升級2.3之後gradle的解決方法

發現剛開始自己搜尋的方式不對:Android Studio下,gradle project sync failed 錯誤,結果悲劇地沒有搞定,還越來越亂 按照這個善良的教程http://blog.csdn.net/lpy1223745637/article/details/

Android studio 升級3.0後各種解決方法

   最近把AS升級到3.2.1後老工程出現了一系列問題 總的來說, 不要隨便用最新的東西, SDK也好,AS也好,對老工程都不友好, 要等其他人躺坑躺的差不多再搞 我是先把gradle直接升級到了5.0, AS升級到了3.2.1 , SDK升到了28, 然後就

Android 關於Studio升級3.1.2版本出現的!

怎麼說起了,在一天的上午我正在嗨皮的寫程式碼突然不知道點到那,然後Studio完美的進化到3.1.2, 這時我沒有太在意!然後恐怖是事情就出現了  !  (哈哈 廢話有點多進入正題)   出現了什麼情況了,就是Studio開重新下載你以前的依賴 , 這個時候會發現 ,你不能強

Andorid studio 升級2.3之後"Launch Standalone SDK Manager"沒有了

Andorid studio 升級到2.3之後”Launch Standalone SDK Manager”沒有了,無法開啟sdk manager。首先這是google去掉的,並不是出現bug 當然我

Android Studio2.3升級3.1註意事項

刪除 -c 默認 clas 空白 repo wrap 如果 not 原文:https://blog.csdn.net/lithiumyoung/article/details/80111111 Android Studio從2.3升級到3.1註意事項 項目根目錄下的bu

Android Studio升級3.2後部分第三方庫引入

Android Studio升級到3.2後引入的第三方庫會出現報紅的現象,如圖: 雖然不影響編譯,但是這樣總歸是不爽, 原因:原因是我們的build.gradle中的dependencies--classpath版本太低如: classpath 'com.android.too

Android Studio2.3 升級3.2

Android Studio 從 2.3 升級到3.2以後,對於舊工程的引入,需要如下處理: 工程下的引入studio 版本和 gradle 的版本需要跟進,如studio 3.2.1和gradle 4.6: dependencies { classpath 'c

Android Studio升級3.1之後匯入其他低版本專案遇到的問題

1.修改gradle檔案,匹配現在的gradle版本 。包括不同級別的build.gradle和gradle-wrapper.properties 2.用到apt的要移除,使用annotationProcessor 3.倉庫要寫全 不要忘了加google()

Android Studio 2.3之後在程式碼中加入Cpp

在一個新建的專案下實驗,這個可能Android Studio支援C++,可以在建立專案部的時候勾選直接可以在裡面形成支援的專案剩下就是自己將MainActivity的System.loadLibrary()提取出來,形成工具類,自己在修改cpp目錄下的程式碼或者新增新的c++

Android Studio 升級3.0 提示 java.lang.NoClassDefFoundError

nvi mpi ogl end 其他 註意 .com ner 功能 Android Studio 升級到3.0 提示 java.lang.NoClassDefFoundError 這個問題折騰了2個小時,最後解決了,Stack Overflow 上也有一次類似的問題,但是

struts升級2.3.12到2.5.13

type 需要 false sage cati exceptio marker escape .com 參考文章: http://www.ituring.com.cn/article/495914 http://blog.csdn.net/zhangchen1987/art

Delphi RAD Studio 10.2.3中的新功能:FireMonkey用戶界面模板

ads 分享 mon wid ack 風格 gpo 技術分享 monk 新版的ide中包含了移動端的18個模板,增強了用戶體驗,並讓開發更加快捷。 界面如下:                 (1)登錄模板截圖                (2)定制Jet iOS風格

Android Studio升級3.1出現的變化

Android Studio3.1 AS3.1 升級AS到3.1 AS升級到3.1項目不能編譯 Configuration ‘compile‘ is obsolete and has been replaced with ‘implementation‘.It will be removed

android studio升級3.0.1後apt解決

1.現象描述 原來專案在Android studio 2.3一切正常,升級3.0之後報如下錯誤: Error:Cannot choose between the following configurations of project :android_sdk: - d

Android Studio 升級3.0後出現編譯錯誤Error:Cannot choose between the following configurations of project

前段時間將Android Studio 升級到3.0後,原本一切正常的專案出現編譯錯誤 Error:Cannot choose between the following configurations of project :**:  - debugApiElements 

Android Studio升級3.1.3後項目 Failed to resolve: 錯誤

解決方案情景1: 找到專案的build.gradle檔案,在buildscript裡的repositories裡新建一條 maven { url 'https://maven.google.com' } 確保它位於 jcenter()的上方!!,之後重新build專案就可以了。 舉例

AndroidStudio升級2.3.1gradle無法升級導致build卡主問題解決

那首先要明白一個問題,就是牆和VPN,這個不懂得,自己找度娘問去。 最悲傷的時候就是配置都對了沒掛VPN下不動。 無論你是2.2還是升級2.3如果失敗了,最好自己去配置下。下面給出分析對比圖 這是Windows使用者目錄下的.gradle的庫,明顯可以看到3.3沒有下載

更新Android Studio2.3.1出現的問題

1、要更新kotlin外掛,不然程式都無法開啟。 2、更新sdk(根據提示更新就可以了) 3、Error:(3) Error retrieving parent for item: No resource found that matches the given name

Android Studio升級3.0的打包配置

以前在build.gradle檔案中經常有這樣的配置: 1. applicationVariants.all { variant -> variant.outputs.each { output -> def outputFile =