未能解决:com.android.support:design:22. +

时间:2016-03-15 08:09:09

标签: android-studio

我安装了android stadio bundle。但是当我打开它时给了我这个错误 enter image description here

sdk经理

enter image description here

1 个答案:

答案 0 :(得分:2)

您可以使用

compile 'com.android.support:design:22.2.1'

然后 Clean-Rebuild-Sync 您的项目。

修改

请整理 SDK路径

最后

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