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

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

    to echo @friederbluemle, you can also just launch the SDK manager from the command line if you have the Android SDK tools installed:

    $ android

    and then in the UI that pops up, select the tools/repositories that need to be installed -- in your case the support library repo

提交回复
热议问题