2017-06-21 168 views
0

我是Android开发新手。我打开现有项目,得到错误:尝试构建现有项目时出现Android SDK问题

Error:Could not find com.android.support:recyclerview-v7:25.2.0. 
Required by: 
    project :app 

Please install the Android Support Repository from the Android SDK Manager. 

当我打开一个链接我看到enter image description here

什么我需要做什么?

+0

可能的重复[Android Studio错误:“您必须通过SDK管理器安装Android支持信息库”](https://stackoverflow.com/questions/18681155/android-studio-error-you-must-install- the-android-support-repository-though-th) – Sree

+0

查看标签下的SDK工具 –

回答

1

点击sdk工具并选择支持库点击apply并让它下载并安装一次完成。重建你的项目.Android支持库提供向后兼容性和支持更新的功能,如回收视图,约束布局等。

相关问题