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

后端 未结 12 1999
孤街浪徒
孤街浪徒 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:40

    write following statement in your app's build.gradle file.

    com.android.support:appcompat-v7:18.0.+

    That's it

提交回复
热议问题