Error: more than one library with package name 'com.google.android.gms'

前端 未结 2 1250
囚心锁ツ
囚心锁ツ 2020-12-16 16:19

I\'m using Android Studio 0.8.2, and created a project with Android 4.1 and Android Wear 4.4. I need to integrate it with Google Play Services.

I\'m trying to follo

2条回答
  •  孤城傲影
    2020-12-16 17:01

    If you have:

    compile 'com.google.android.gms:play-services-wearable:5.0.77'
    

    then you don't need:

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

    Delete the non-wearable one.

提交回复
热议问题