nttcom / SkyWay-Android-SDK

[Deprecated]
3 stars 3 forks source link

Added gcm lib - Duplicate entry: com/google/android/gms/gcm/PendingCallback$1.class #5

Closed khanhmd closed 8 years ago

khanhmd commented 8 years ago

I tried to use GoogleCloudMessage lib:

    compile 'com.google.android.gms:play-services:8.1.0'
    compile 'com.google.android.gms:play-services-gcm:8.1.0'

and i got this error

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/gcm/PendingCallback$1.class

I think my application has more than one version of google play service, what can i do to fix it?

Thanks for your time.

khanhmd commented 8 years ago

Sorry, it's mistake of me. Close this issue.