91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何解決升級Android Studio3.0時遇到的幾個問題

發布時間:2021-08-05 09:57:32 來源:億速云 閱讀:148 作者:小新 欄目:移動開發

這篇文章主要為大家展示了“如何解決升級Android Studio3.0時遇到的幾個問題”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“如何解決升級Android Studio3.0時遇到的幾個問題”這篇文章吧。

1.gradle打包,自定義apk名稱代碼報錯(Cannot set the value of read-only property 'outputFile' )

報錯

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

解決 :修改文件名代碼請這樣寫

android.applicationVariants.all { variant ->
        variant.outputs.all {
          outputFileName = "xinlebao_${defaultConfig.versionName}_${releaseTime()}.apk"
        }
      }

2. AAPT2 編譯報錯 AAPT2 error

報錯

Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details

解決:在gradle.properties中關閉APPT2 編譯

android.enableAapt2=false

注:如果是eclipse轉到as上的項目,可能沒有gradle.properties文件,請在項目根目錄中手動創建

3.apt插件問題(Error:Cannot choose between the following configurations of project :mylibrary:)

報錯:

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

- debugApiElements
- debugRuntimeElements
- releaseApiElements
- releaseRuntimeElements
  All of them match the consumer attributes:

解決

//1.在project的build.gradle中刪除
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
//2.在module的build.gradle中刪除
apply plugin: 'android-apt'
//3.將module的build.gradle文件中的dependency
apt 'com.jakewharton:butterknife-compiler:8.1.0'
//改為
annotationProcessor 'com.jakewharton:butterknife-compiler:8.1.0'

其他使用apt的依賴,也要這樣更改。

以上是“如何解決升級Android Studio3.0時遇到的幾個問題”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

布拖县| 桂阳县| 辽宁省| 西盟| 香河县| 玉田县| 凤阳县| 太仆寺旗| 凤山市| 德昌县| 卢龙县| 三明市| 乃东县| 连江县| 遂宁市| 西贡区| 德兴市| 汤阴县| 碌曲县| 鞍山市| 新余市| 铜梁县| 宜君县| 邯郸市| 易门县| 彰化市| 怀来县| 台东县| 长垣县| 克什克腾旗| 太保市| 清远市| 赣州市| 吉林省| 巴南区| 伊川县| 宜春市| 仁怀市| 桐庐县| 绿春县| 安溪县|