标签: java android android-gradle
I am having errors with my app, i just updated and got this errors, please help new to android development
答案 0 :(得分:2)
在您的项目 build.gradle文件中:
buildscript { repositories { google() // add this jcenter() } } allprojects { repositories { google() // add this jcenter() } }