Gradle Build Android Project “Could not resolve all dependencies” error

后端 未结 12 1986
孤街浪徒
孤街浪徒 2020-12-07 18:00

I\'m trying to build my first project with Gradle and I think my gradle files and settings are correct.

I\'m using only one module and Support V4 + AppCompatBar libr

12条回答
  •  时光取名叫无心
    2020-12-07 18:54

    I had this message in Android Studio 2.1.1 in the Gradle Build tab. I installed a lot of files from the SDK Manager but it did not help.

    I needed to click the next tab "Gradle Sync". There was a link "Install Repository and sync project" which installed the "Android Support Repository".

提交回复
热议问题