2017-06-21 118 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支持庫提供向後兼容性和支持更新的功能,如回收視圖,約束佈局等。