skip to Main Content

Android build suddenly starts failing with : resource android:attr/fontVariationSettings not found

Our android build started failing all on its own without a single line change for 2 days now. This is the error message: /Users/shroukkhan/.gradle/caches/transforms-1/files-1.1/ui-5.11.1.aar/baa8b66e2e52a0a50719f014fc3f1c32/res/values/values.xml:40:5-54: AAPT: error: resource android:attr/fontVariationSettings not found. /Users/shroukkhan/.gradle/caches/transforms-1/files-1.1/ui-5.11.1.aar/baa8b66e2e52a0a50719f014fc3f1c32/res/values/values.xml:40:5-54: AAPT: error: resource android:attr/ttcIndex not found. As I understand…

VIEW QUESTION

android – Running app fails with error 'com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex' – Facebook api

I am trying to run my application on my phone but during build time it fails with the following error: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex What I tried so far, but to no…

VIEW QUESTION
Back To Top
Search