更新android studio3.0后 更新gradle-4.1-milestone-1-all遇到的坑..

更新gradle版本
distributionUrl=https://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip
和插件
dependencies {
// classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0-alpha7' //distributionUrl=https:
}
后遇到的問題

1 implementation Error:Cannot choose between the following configurations of project :xxxlib:

Error:Cannot choose between the following configurations of project :baselib:

  • debugApiElements
  • debugRuntimeElements
  • releaseApiElements
  • releaseRuntimeElements
    All of them match the consumer attributes:
  • Configuration 'debugApiElements':
  • Found com.android.build.api.attributes.BuildTypeAttr 'debug' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.VariantAttr 'debug' but wasn't required.
  • Found org.gradle.api.attributes.Usage 'for compile' but wasn't required.
  • Configuration 'debugRuntimeElements':
  • Found com.android.build.api.attributes.BuildTypeAttr 'debug' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.VariantAttr 'debug' but wasn't required.
  • Found org.gradle.api.attributes.Usage 'for runtime' but wasn't required.
  • Configuration 'releaseApiElements':
  • Found com.android.build.api.attributes.BuildTypeAttr 'release' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.VariantAttr 'release' but wasn't required.
  • Found org.gradle.api.attributes.Usage 'for compile' but wasn't required.
  • Configuration 'releaseRuntimeElements':
  • Found com.android.build.api.attributes.BuildTypeAttr 'release' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' but wasn't required.
  • Found com.android.build.gradle.internal.dependency.VariantAttr 'release' but wasn't required.
  • Found org.gradle.api.attributes.Usage 'for runtime' but wasn't required.

android studio 3.0以后 添加 本地項目 依賴的方式 compile project(':xxxlib') 改為 implementation project(':xxxlib')
implementation project(':xxxlib')

圖片.png

2 Error:(18, 24) 錯誤: 程序包xxx.xxx.xxx不存在

OK,了解了gradle 3.4的新java plugin library依賴關系庐镐,因為android plugin 3.0使用gradle 4.0肴熏,所以這些自然也會引入了,下面這張表可以簡單說明:

圖片.png

注意:compile,provided,apk 這些過時的依賴現(xiàn)在可以使用,但是在下個版本會移除,所以Google給我們一些時間使用。

3 Cannot set the value of read-only property 'outputFile' for

Error:(55, 0) Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated{apkData=Main{type=MAIN, fullName=preDebug, filters=[]}} of type com.android.build.gradle.internal.api.ApkVariantOutputImpl.
<a href="openFile:D:----------------------\build.gradle">Open File</a>

5 All flavors must now belong to a named flavor dimension
Error:A problem occurred configuring project ':app'.

Failed to notify project evaluation listener.
All flavors must now belong to a named flavor dimension. Learn more at https://d.android.com/r/tools/flavorDimensions-missing-error-message.html
Must apply 'com.android.application' first!

解決問題

圖片.png
  //    applicationVariants.all { variant ->
    //        variant.outputs.each { output ->
   //            output.outputFile = new File(output.outputFile.parent,
   //                   "xxx" + "_V" +
    //                    defaultConfig.versionName + "_" + defaultConfig.versionCode + "_"
    //                    + "${variant.buildType.name}" + "_" + "${variant.productFlavors[0].name}" +
     //                    ".apk");
    //        }
    //    }

改為

android.applicationVariants.all { variant ->
    variant.outputs.all {
        outputFileName = "${variant.name}-${variant.versionName}-$
                      {variant.buildType.name}-${variant.productFlavors[0].name}.apk"
    }
}

https://stackoverflow.com/questions/44039762/android-studio-3-0-canary-1-project-refresh-failed
https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html?utm_source=android-studio#variant_aware

4 注解更新 Warning:android-apt plugin is incompatible with future version of Android Gradle plugin. Please use 'annotationProcessor' configuration instead.

使用annotationPorcessor代替apt

      dependencies {
                   ...
               annotationProcessor 'com.google.dagger:dagger-compiler:2.2'
               }

5.More than one file was found with OS independent path 'META-INF/rxjava.properties'

   packagingOptions {
       ...
           exclude('META-INF/rxjava.properties')

}

6.ButterKnife 失效

https://github.com/JakeWharton/butterknife/issues/963
https://github.com/JakeWharton/butterknife/issues/999

   dependencies {
       //ButterKnife
      // compile 'com.jakewharton:butterknife:8.2.1'
      // apt 'com.jakewharton:butterknife-compiler:8.2.1'
     //qtip Release alpha version for 3.0 alphas #999 https://github.com/JakeWharto /butterknife/issues/999
      compile 'com.jakewharton:butterknife:8.7.0'
       annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'    
 }
最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末岖免,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子照捡,更是在濱河造成了極大的恐慌颅湘,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,123評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件栗精,死亡現(xiàn)場離奇詭異闯参,居然都是意外死亡,警方通過查閱死者的電腦和手機悲立,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,031評論 2 384
  • 文/潘曉璐 我一進店門鹿寨,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人薪夕,你說我怎么就攤上這事脚草。” “怎么了原献?”我有些...
    開封第一講書人閱讀 156,723評論 0 345
  • 文/不壞的土叔 我叫張陵馏慨,是天一觀的道長。 經常有香客問我姑隅,道長写隶,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,357評論 1 283
  • 正文 為了忘掉前任讲仰,我火速辦了婚禮慕趴,結果婚禮上,老公的妹妹穿的比我還像新娘叮盘。我一直安慰自己秩贰,他們只是感情好霹俺,可當我...
    茶點故事閱讀 65,412評論 5 384
  • 文/花漫 我一把揭開白布柔吼。 她就那樣靜靜地躺著,像睡著了一般丙唧。 火紅的嫁衣襯著肌膚如雪愈魏。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,760評論 1 289
  • 那天,我揣著相機與錄音培漏,去河邊找鬼溪厘。 笑死,一個胖子當著我的面吹牛牌柄,可吹牛的內容都是我干的畸悬。 我是一名探鬼主播,決...
    沈念sama閱讀 38,904評論 3 405
  • 文/蒼蘭香墨 我猛地睜開眼珊佣,長吁一口氣:“原來是場噩夢啊……” “哼蹋宦!你這毒婦竟也來了?” 一聲冷哼從身側響起咒锻,我...
    開封第一講書人閱讀 37,672評論 0 266
  • 序言:老撾萬榮一對情侶失蹤冷冗,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后惑艇,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體蒿辙,經...
    沈念sama閱讀 44,118評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 36,456評論 2 325
  • 正文 我和宋清朗相戀三年滨巴,在試婚紗的時候發(fā)現(xiàn)自己被綠了思灌。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,599評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡兢卵,死狀恐怖习瑰,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情秽荤,我是刑警寧澤甜奄,帶...
    沈念sama閱讀 34,264評論 4 328
  • 正文 年R本政府宣布,位于F島的核電站窃款,受9級特大地震影響课兄,放射性物質發(fā)生泄漏。R本人自食惡果不足惜晨继,卻給世界環(huán)境...
    茶點故事閱讀 39,857評論 3 312
  • 文/蒙蒙 一烟阐、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧紊扬,春花似錦蜒茄、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,731評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至腹缩,卻和暖如春屿聋,著一層夾襖步出監(jiān)牢的瞬間空扎,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,956評論 1 264
  • 我被黑心中介騙來泰國打工润讥, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留转锈,地道東北人。 一個月前我還...
    沈念sama閱讀 46,286評論 2 360
  • 正文 我出身青樓楚殿,卻偏偏與公主長得像撮慨,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子脆粥,可洞房花燭夜當晚...
    茶點故事閱讀 43,465評論 2 348

推薦閱讀更多精彩內容