在最上级的builde.gralde增加谷歌库 解决问题
allprojects {
repositories {
google()//新增
jcenter()
}
}
博客提到在最上级的builde.gralde中增加谷歌库,以此来解决相关问题,涉及开发过程中对构建文件的操作及依赖库的添加。
在最上级的builde.gralde增加谷歌库 解决问题
allprojects {
repositories {
google()//新增
jcenter()
}
}
2542
411

被折叠的 条评论
为什么被折叠?