当我尝试打开我的项目时,我正面临Android Studio中的渲染问题。我该如何解决?

时间:2016-03-04 01:53:39

标签: android

当我尝试打开我的项目时,我正面临Android Studio中的渲染问题。我该如何解决?

enter image description here

1 个答案:

答案 0 :(得分:0)

好像你的图书馆很旧了

请在gradle.build

中添加
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.0.+'
    compile 'com.android.support:design:23.1.1'
}