不断得到“错误:在<declare-styleable>中找不到属性android:font” android leanback

时间:2018-12-05 09:55:08

标签: java android android-tv leanback

enter image description here

应用gradle。

    apply plugin: 'com.android.application'


    android {

            compileSdkVersion 24
            buildToolsVersion "23.0.2"

            defaultConfig {
                     applicationId "tv.xx.xxx.xxxxxxxxx"
                     minSdkVersion 21
                     targetSdkVersion 24
                     multiDexEnabled true
            }

            dependencies {
                     compile fileTree(dir: 'libs', include: ['*.jar'])
                     compile 'com.android.support:recyclerview-v7:24.0.0'
                     compile 'com.android.support:leanback-v17:24.0.0'
            }
    }

构建gradle ..

    buildscript {
        repositories {
            jcenter()
            maven {
                url 'https://maven.google.com/'
                name 'Google'
            }
        }
        dependencies {
            classpath 'com.android.tools.build:gradle:2.2.3'
            classpath 'com.google.gms:google-services:3.0.0'
        }
    }

大约1年后,我打开了这个项目并打开了Android Studio,初始化项目时出现了一个错误

  

“无法解析com.android.support:support-media-compact:27.0.0”

添加后         maven { url 'https://maven.google.com/' name 'Google' }问题已解决。之后,我 不断收到该错误,我尝试更改版本,但是没有用。在这里尝试了几种解决方案,到目前为止没有任何效果。

0 个答案:

没有答案