您的位置:首页 > 产品设计 > UI/UE

执行ionic cordova build命令报- unable to find attribute android:fontVariationSettings and android:ttcInde

2018-03-11 17:22 1426 查看
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex
在build.grade文件中添加即可:configurations.all {
resolutionStrategy {
force 'com.android.support:support-v4:27.1.0'
}
}详细解决方案见原文链接: https://stackoverflow.com/questions/49162538/cordova-build-android-unable-to-find-attribute-androidfontvariationsettings-a
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐