Android google play services duplicate entry

前端 未结 1 1960
囚心锁ツ
囚心锁ツ 2020-12-21 20:20

I\'m trying to use google services in my Android app, but I was getting the following error:

com.android.ide.common.process.ProcessException: org.gradle.proc         


        
相关标签:
1条回答
  • 2020-12-21 20:56

    I looked through my libs but wasn't able to find any conflicts between them

    google-play-services.jar would appear to conflict with compile 'com.google.android.gms:play-services:7.5.0'. Remove that JAR and see if that helps.

    0 讨论(0)
提交回复
热议问题