關於android studio3.2後引入資源問題error: failed linking file resources.
當我們在專案中新增一些第三方庫時,我們只需要將資源通過app中build檔案引入,正常情況下是直接Sync重新編譯就可以。但是在使用studio3.2時卻出現引入資源錯誤。檢視網上其他大神的遇到同樣的錯誤後解決方法。
其中一種是:
解決辦法: Android的Gradle 3.0外掛預設啟動Aapt2,目的是為了改進增量資源的處理。
如果有問題可以退回到之前的版本,開啟gradle.properties,新增如下內容
android.enableAapt2=false
本人測試沒有起到效果。
由於我的錯誤實在引入BGABanner輪播圖三方庫:
implementation 'cn.bingoogolapple:bga-banner:[email protected]'
時出的錯誤,後來看到github上的說與v4包的一起使用,本人專案中已經新增。後來反覆測試沒有結果。
最後我將v4包的原來引用直接註釋。重新新增新的v4包問題解決。
今天遇見的問題,再次做個記錄,也希望可以幫助到有同樣錯誤的同學。謝謝
相關推薦
關於android studio3.2後引入資源問題error: failed linking file resources.
當我們在專案中新增一些第三方庫時,我們只需要將資源通過app中build檔案引入,正常情況下是直接Sync重新編譯就可以。但是在使用studio3.2時卻出現引入資源錯誤。檢視網上其他大神的遇到同樣的錯誤後解決方法。 其中一種是: 解決辦法: Android的Gradl
android studio3.2一個坑: Failed to process resources, see aapt output above for details.
最近升級了android studio 3.2,然後我使用的引用是: api 'com.android.support:appcompat-v7:28.0.0' 然後就報錯了,編譯不通過: org.gradle.api.tasks.TaskExecution
關於升級到Android Studio3.2版本的註意事項
exec res ini file jce pro mov exception 沒有 關於升級到Android Studio3.2版本的註意事項: 1、默認最低的Build Tools version 為 28.0.22、如果程序中使用了kotlin插件,需要將kotlin
【Android Studio安裝部署系列】三十六、從Android Studio3.1.4升級到Android studio3.2【以及創建android p模擬器(未成功)】
tps min 比較 安裝 bsp mda 下載 initial uil 版權聲明:本文為HaiyuKing原創文章,轉載請註明出處! 概述 因為想要使用Android P模擬器,所以需要將Android Studio升級到3.2版本以上。 按照官網的說法:參考《ht
Android Studio3.2.1升級刨坑記錄
Android Studio出了3.2.1,我用的是2.3,所有決定升級一下,看看如何 為了保險一點,下載了官方的解壓版本,也就是說不含sdk,下載android-studio-ide-181.5014246-windows.zip 共999MB 解壓後直接執行,D:\android\android-st
Android Studio 2.3.3 出現Error:(26.13) Fail to resole: com.android.support.appcompat永久解決方法...
Android Studio 出現Error(26.13):Fail to resole:com.android.support.appcompat-v7.28_ Install Repository sync project show in file Show in project structure di
android開發【一】(基於android studio3.2)文字框 按鈕 多個activity
更多詳細解讀看這裡https://developer.android.google.cn/training/basics/firstapp/running-app 如果有問題可以看我的截圖 Intent 是指在相互獨立的元件(如兩個 Activity)之間提供
android studio3.2新建專案 長時間build 解決
1.專案build.gradle 中, google() jcenter() 改為: google() mavenCentral() jcenter() 2. gradle.properties末尾加上
安裝Android Studio3.2.0
安裝AS之前,需安裝JDK,包含了JAVA的執行環境(JVM+Java系統類庫)和JAVA工具。我的電腦系統是win10,64位。裝的JDK是10.0.2,下載自Oracle官網。另外,還需配置環境變數,具體見:https://blog.csdn.net/wri
Android Studio升級到3.2後部分第三方庫引入報紅
Android Studio升級到3.2後引入的第三方庫會出現報紅的現象,如圖: 雖然不影響編譯,但是這樣總歸是不爽, 原因:原因是我們的build.gradle中的dependencies--classpath版本太低如: classpath 'com.android.too
build.gradle error錯誤:Failed to resolve: common Android Studio3.1.3build.gradle error錯誤
背景:Android Studio更新到3.1.3,執行平常的專案時報錯build.gradle裡面的玄幻BUG:Error:Failed to resolve: common <a href="
mac 使用Android Studio 匯入新工程出現的問題 Error:failed to find Build Tools revision 26.0.2
使用as,首次匯入工程時,報錯:Error:failed to find Build Tools revision 26.0.2 解決方法: 檢查…./app/build.gradle 中配置,檢查buildToolsVersion一行與SDK路徑下的BUILDTOOLSVersion是否相容 。同理co
Android Studio 常見 Build 問題 Error:failed to find Build Tools revision 23.0.2
問題一 有時候從 Github 上拷貝人家的工程,執行會出現各種依賴包、版本包問題。 修改 build.gradle 在專案的 build.gradle 裡面設定,注意有兩個build.gradle,最好都注意一下。把build.gradle裡面的
Android Studio3.0 Error:Execution failed for task ':app:javaPreCompileDebug'
報錯!Error:Execution failed for task ':app:javaPreCompileDebug'.> Annotation processors must be explicitly declared now. The following d
Android Studio更新後出現Error:Cause: failed to find target with hash string 'android-23' 錯誤
今天使用vpn更新了android Studio,更新過程中一切順利,誰知更新完成後原來的專案一片錯誤,提示failed to find target with hash string ‘android
Android studio 報錯 gradel project sync failed Error:Cause: peer not authenticated
authent post -m -h cal all del erro 文件 在網上找了半天,應該是找不到gradel的路徑,試了網上非常多方法。本人解決例如以下: 在android studio中設置gradle。打開File-> settings->Gr
Error:Failed to resolve: com.android.support:appcompat-v7
.com ppc com color mil spa err family clas repositories { maven { url "https://maven.google.com" } } Error
Android Error:Failed to complete Gradle execution. Cause: The version of Gradle you are using (3.3)
Android 打包錯誤: Error:Failed to complete Gradle execution. Cause: The version of Gradle you are using (3.3) does not support the forTasks() me
解決Android Studio編譯後安裝apk報錯:Error while Installing APK
剛開始玩 Android ,用Android studio 連線真機做測試,在虛擬機器上沒有問題,但是真機就會報錯 檢查了好多地方,最終發現了問題,網上的常規就不介紹了,大家自己去看別的帖子 手機方面 1.開啟usb除錯 2.開啟usb安全除錯 3.開啟usb安裝(允許通過usb安裝
解決Android Studio3.1.2 主 module 引用不到依賴module 裡的依賴庫
這幾天使用 環信的 easeui庫,但是依賴之後一直 原module一直不能使用 easeui中的 方法, 一直debug,花費5天時間, 總算找到了問題。寫這篇 博文,真的提醒一下自己,和給其他和我有一樣問題的同學一點幫助。 以下轉自 cc_wentian 的博