oney / react-native-gcm-android

GCM for React Native Android
MIT License
172 stars 76 forks source link

Error :app:transformClassesWithJarMeringForDebug #72

Open stigmat4j opened 7 years ago

stigmat4j commented 7 years ago
* What went wrong:
Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.transform.api.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/measurement/internal/zzh.class
hanweixing commented 7 years ago

I met a problem about okhttp, and error tips are like yours. It might be a conflict between gcm and zzh. I solved my problem like below: image

you can have a try like my code, maybe solve your problem.