错误:找不到资源 android:attr/fontVariationSettings [英] error: resource android:attr/fontVariationSettings not found

查看:27
本文介绍了错误:找不到资源 android:attr/fontVariationSettings的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<块引用>

警告:android.dexOptions.incremental 属性已弃用它对构建过程没有影响./home/midhilaj/.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.1.0.aar/be3106efb0df111fe5a3f7b356dd070b/res/values/values.xml错误:(246, 5) 错误:资源 android:attr/fontVariationSettings 没有成立./project/bkup/7_march_2018/hyshoper/milla/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml错误:(246, 5) 错误:找不到资源 android:attr/ttcIndex.错误:(269) 资源 android:attr/ttcIndex 未找到.错误:(269)资源 android:attr/fontVariationSettings 未找到.错误:java.util.concurrent.ExecutionException:java.util.concurrent.ExecutionException:com.android.tools.aapt2.Aapt2Exception:AAPT2 错误:检查日志详细信息错误:链接引用失败.错误:java.util.concurrent.ExecutionException:com.android.tools.aapt2.Aapt2Exception:AAPT2 错误:检查日志详细信息错误:com.android.tools.aapt2.Aapt2Exception:AAPT2错误:检查日志以获取详细信息错误:任务执行失败':milla:processDebugAndroidTestResources'.

<块引用>

未能执行 aapt 信息:9 个错误信息:BUILD FAILED in 2s 信息:1 个警告信息:查看控制台中的完整输出

如何解决这个问题?我的依赖项

依赖项{编译文件树(包括:['*.jar'],目录:'libs')androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {排除组:'com.android.support',模块:'support-annotations'})编译'de.hdodenhof:circleimageview:2.2.0'编译('com.alibaba.android:ultraviewpager:1.0.6.1@aar'){传递=真}编译('org.apache.httpcomponents:httpmime:4.3.6'){排除模块:'httpclient'}编译'com.synnapps:carouselview:0.1.4'编译'com.sun.mail:android-mail:1.5.5'编译'com.sun.mail:android-activation:1.5.5'实施 'com.muddzdev:styleabletoast:2.0.2'编译'javax.annotation:javax.annotation-api:1.2'编译'me.grantland:autofittextview:0.2.+'//基础库//滑块编译'com.ss.bannerslider:bannerslider:1.8.0'//无检查 GradleCompatible编译'jp.wasabeef:recyclerview-animators:2.2.7'编译'com.android.support:multidex:1.0.1'编译'com.squareup.picasso:picasso:2.5.2'编译'com.google.code.gson:gson:2.6.2'编译'com.github.satyan:sugar:1.4'编译'com.android.support:multidex:1.0.1'编译'com.squareup.picasso:picasso:2.5.2'编译'com.android.support:percent:26.1.0'编译'com.google.code.gson:gson:2.6.2'编译'com.github.satyan:sugar:1.4'编译'jp.wasabeef:recyclerview-animators:2.2.6'编译'pl.droidsonroids.gif:android-gif-drawable:1.1.+'编译'com.afollestad.material-dialogs:core:0.9.4.2'编译'com.google.android.gms:play-services:9.8.0'编译'com.google.android.gms:play-services-auth:9.8.0'编译'com.google.android.gms:play-services-location:9.8.0'编译'com.google.firebase:firebase-core:9.8.0'编译'com.google.firebase:firebase-auth:9.8.0'编译'com.google.firebase:firebase-database:9.8.0'编译'com.google.firebase:firebase-config:9.8.0'编译 'com.google.firebase:firebase-crash:9.8.0'编译 'com.google.firebase:firebase-invites:9.8.0'编译'com.google.firebase:firebase-storage:9.8.0'编译'cn.pedant.sweetalert:library:1.3'编译'at.blogc:expandabletextview:1.0.3'编译'com.joanzapata.iconify:android-iconify-fontawesome:2.1.+'编译'com.android.support:appcompat-v7:26.1.0'实施 'com.github.bumptech.glide:glide:4.6.1'annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'编译'com.android.support:design:26.1.0'编译'com.android.support:cardview-v7:26.1.0'编译'com.android.support:support-v4:26.1.0'编译'com.android.support:recyclerview-v7:26.1.0'编译'com.nineoldandroids:library:2.4.0'编译'com.daimajia.slider:library:1.1.5@aar'编译'com.android.support.constraint:constraint-layout:1.0.2'测试编译'junit:junit:4.12'实施 'com.android.support:design:26.1.0'}

解决方案

尝试将compileSdkVersion改为:

compileSdkVersion 28

在 api 级别 28 中添加了 fontVariationSettings.此处为 API 文档 p>

Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process. /home/midhilaj/.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.1.0.aar/be3106efb0df111fe5a3f7b356dd070b/res/values/values.xml Error:(246, 5) error: resource android:attr/fontVariationSettings not found. /project/bkup/7_march_2018/hyshoper/milla/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml Error:(246, 5) error: resource android:attr/ttcIndex not found. Error:(269) resource android:attr/ttcIndex not found. Error:(269) resource android:attr/fontVariationSettings not found. Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details Error:failed linking references. Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details Error:Execution failed for task ':milla:processDebugAndroidTestResources'.

Failed to execute aapt Information:9 errors Information:BUILD FAILED in 2s Information:1 warning Information:See complete output in console

How to solve this issue? my dependencies

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })


    compile 'de.hdodenhof:circleimageview:2.2.0'



    compile('com.alibaba.android:ultraviewpager:1.0.6.1@aar') {
        transitive = true
    }
    compile('org.apache.httpcomponents:httpmime:4.3.6') {
        exclude module: 'httpclient'
    }
    compile 'com.synnapps:carouselview:0.1.4'
    compile 'com.sun.mail:android-mail:1.5.5'
    compile 'com.sun.mail:android-activation:1.5.5'
    implementation 'com.muddzdev:styleabletoast:2.0.2'
    compile 'javax.annotation:javax.annotation-api:1.2'




    compile 'me.grantland:autofittextview:0.2.+'
    // base library
     //slider
    compile 'com.ss.bannerslider:bannerslider:1.8.0'
    //noinspection GradleCompatible
    compile 'jp.wasabeef:recyclerview-animators:2.2.7'
    compile 'com.android.support:multidex:1.0.1'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'com.google.code.gson:gson:2.6.2'
    compile 'com.github.satyan:sugar:1.4'
    compile 'com.android.support:multidex:1.0.1'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'com.android.support:percent:26.1.0'
    compile 'com.google.code.gson:gson:2.6.2'
    compile 'com.github.satyan:sugar:1.4'
    compile 'jp.wasabeef:recyclerview-animators:2.2.6'
    compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.+'
    compile 'com.afollestad.material-dialogs:core:0.9.4.2'
    compile 'com.google.android.gms:play-services:9.8.0'
    compile 'com.google.android.gms:play-services-auth:9.8.0'
    compile 'com.google.android.gms:play-services-location:9.8.0'
    compile 'com.google.firebase:firebase-core:9.8.0'
    compile 'com.google.firebase:firebase-auth:9.8.0'
    compile 'com.google.firebase:firebase-database:9.8.0'
    compile 'com.google.firebase:firebase-config:9.8.0'
    compile 'com.google.firebase:firebase-crash:9.8.0'
    compile 'com.google.firebase:firebase-invites:9.8.0'
    compile 'com.google.firebase:firebase-storage:9.8.0'
    compile 'cn.pedant.sweetalert:library:1.3'
    compile 'at.blogc:expandabletextview:1.0.3'
    compile 'com.joanzapata.iconify:android-iconify-fontawesome:2.1.+'
    compile 'com.android.support:appcompat-v7:26.1.0'

    implementation 'com.github.bumptech.glide:glide:4.6.1'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'
    compile 'com.android.support:design:26.1.0'
    compile 'com.android.support:cardview-v7:26.1.0'
    compile 'com.android.support:support-v4:26.1.0'
    compile 'com.android.support:recyclerview-v7:26.1.0'
    compile 'com.nineoldandroids:library:2.4.0'
    compile 'com.daimajia.slider:library:1.1.5@aar'
    compile 'com.android.support.constraint:constraint-layout:1.0.2'
    testCompile 'junit:junit:4.12'
    implementation 'com.android.support:design:26.1.0'

}

解决方案

try to change the compileSdkVersion to:

compileSdkVersion 28

fontVariationSettings added in api level 28. Api doc here

这篇关于错误:找不到资源 android:attr/fontVariationSettings的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆