美文网首页Android笔记
Could not find method google() f

Could not find method google() f

作者: Cedric_h | 来源:发表于2019-07-26 00:22 被阅读0次

Now you will probably get this error if you haven’t upgraded the gradle library in the gradle-wrapper.properties file.
Could not find method google() for arguments [] on repository container.

So, let’s replace this line in the gradle-wrapper.properties

distributionUrl=https://services.gradle.org/distributions/gradle-2.14.1-all.zip

with this line

distributionUrl=https://services.gradle.org/distributions/gradle-4.1-all.zip

Then do a clean and rebuild, everything should work now.

相关文章

网友评论

    本文标题:Could not find method google() f

    本文链接:https://www.haomeiwen.com/subject/kxdlrctx.html