Could not find com.google.gms:google-services:4.1.0 [duplicate]

﹥>﹥吖頭↗ 提交于 2019-12-03 10:26:41

Fixed by adding this to repositories:

maven { url "https://dl.bintray.com/android/android-tools" }

https:// prefix is important, otherwise it could use address as relative path on your build machine.

For now, I've just added:

    maven { url 'https://dl.bintray.com/android/android-tools' }

under repositories and the build have passed. Thanks to David Sucharda for the solution. As mentioned in other posts this solution is a temporary fix till we know what happened to the google() and jcenter() resources.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!