Android 尝试构建现有项目时出现 SDK 问题

Android SDK issue when try to build existing project

我是 Android 开发的新手。我打开现有项目并收到错误消息:

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.

当我打开 link 我看到

我需要做什么?

单击 sdk 工具和 select 支持存储库单击应用并在完成后下载并安装。重建您的 project.Android 支持库提供向后兼容性并支持更新的功能,例如回收视图、约束布局等。