簡體   English   中英

Cordova 為 android 構建失敗

[英]Cordova build failing for android

在使用 Cordova 編譯 android 命令為 Cordova-android 生成應用程序時,我收到以下錯誤並且無法繼續。

Task :app:processDebugResources FAILED

FAILURE: Build failed with an exception.
  • 出了什么問題:任務':app:processDebugResources'執行失敗。

A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction Android resource linking failed ERROR:/Users/shrivastavas/.gradle/caches/transforms-3/d291a6f185053cd23b616e4ab375bb6e/transformed/appcompat-1.3.1/res/ values-v28/values-v28.xml:5:5-8:13: AAPT: 錯誤: 資源 android:attr/dialogCornerRadius 未找到。

 ERROR:/Users/shrivastavas/.gradle/caches/transforms-3/d291a6f185053cd23b616e4ab375bb6e/transformed/appcompat-1.3.1/res/values-v28/values-v28.xml:9:5-12:13: AAPT: error: resource android:attr/dialogCornerRadius not found.
     
 ERROR:/Users/shrivastavas/.gradle/caches/transforms-3/09314801a92bc2d84a1fe4a156efb7a9/transformed/core-1.5.0/res/values/values.xml:152:5-183:25: AAPT: error: resource android:attr/fontVariationSettings not found.
     
 ERROR:/Users/shrivastavas/.gradle/caches/transforms-3/09314801a92bc2d84a1fe4a156efb7a9/transformed/core-1.5.0/res/values/values.xml:152:5-183:25: AAPT: error: resource android:attr/ttcIndex not found.
     
 ERROR:/Users/shrivastavas/.gradle/caches/transforms-3/d291a6f185053cd23b616e4ab375bb6e/transformed/appcompat-1.3.1/res/values/values.xml:2797:5-2820:25: AAPT: error: resource android:attr/textFontWeight not found.
     

我嘗試了堆棧流中收到的幾個選項,但無法解決。

當我更新谷歌材料依賴時,我會遇到這些類型的錯誤。 我解決了這個問題,只需用這個版本替換

implementation 'com.google.android.material:material:1.4.0'

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM