gpt4 book ai didi

android - FirebaseUI 找不到资源文件的字体属性

转载 作者:行者123 更新时间:2023-11-29 02:26:44 27 4
gpt4 key购买 nike

我正在使用 FirebaseUI 数据库使用 FirebaseListAdapter 从 ListView(在 ListFragment 上)的 Firebase 数据库引用中检索对象列表。我在 build.gradle 中添加了对 firebase-ui-database 的依赖:

apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "vkalashnykov.org.busapplication"
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation 'com.android.support:support-v4:25.4.0'
implementation 'com.android.support:recyclerview-v7:25.4.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:25.4.0'
compile 'com.google.firebase:firebase-auth:11.6.2'
testCompile 'junit:junit:4.12'
compile 'com.google.android.gms:play-services-maps:11.6.2'
compile 'com.google.android.gms:play-services-places:11.6.2'
compile 'com.google.android.gms:play-services:11.6.2'
compile 'com.google.android.gms:play-services-location:11.6.2'
implementation 'com.firebaseui:firebase-ui-database:4.1.0'
}

apply plugin: 'com.google.gms.google-services'

之后我需要将我的 minSdkVersion(我使用 15)更改为 16,因为 FirebaseUI 需要它。之后我开始在构建 Gradle 时收到错误:

../../.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.4.0.aa/3b2c926192deabbc1b0a0696bfdc1100/res/values/values.xml error: resource android:attr/fontStyle not found.
error: resource android:attr/font not found.
error: resource android:attr/fontWeight not found.

这是怎么回事,我该怎么办?提前致谢,维克多

最佳答案

字体支持在oreo版本中加入,支持库中也有,使用大于等于26版本的支持库即可。还要检查这个答案 https://stackoverflow.com/a/45208134/6193843

关于android - FirebaseUI 找不到资源文件的字体属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51863645/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com