Gradle can not find google play dependency

前端 未结 3 1913
不知归路
不知归路 2021-02-04 10:19

I try to repair the dependency to google play services in my android project. It already worked but now it is broken. I think this happened in between the Android Studio beta- a

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-04 10:54

    Try download the sdk and use this library

    compile 'com.google.android.gms:play-services:7.0.0'
    

提交回复
热议问题