Failed to resolve com.google.android.gms play-services-auth:11.4.0

后端 未结 13 1691
误落风尘
误落风尘 2020-11-22 14:08

I am trying to write code for Android FirebaseUI — Auth in my android project but from last two days, I am getting errors in my current code and don\'t know how to fix it. t

13条回答
  •  一个人的身影
    2020-11-22 15:09

    In my case I've turned on gradle offline mode that's why it could not find out cached files for that version play-service or can not resolve. When I turn it on back to online everything is ok now.

    Android Studio ->> File ->> Gradle ->> offline ->> uncheck

提交回复
热议问题