Android Studio- Program type already present: com.google.android.gms.internal.measurement.zzwp

前端 未结 14 1233
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 01:35

Yesterday,my app was working fine.

Today, I don\'t know why, the app didn\'t compile anymore after I reopened the Android Studio.

The error shown is

14条回答
  •  爱一瞬间的悲伤
    2020-11-30 01:57

    I had a similar situation with this error:

    Program type already present: com.google.android.gms.internal.*

    I was using OneSignal and React native maps at the same time, I excluded gms from both and included it at the upper level.

    See the troubleshooting section here: https://github.com/react-native-community/react-native-maps/blob/master/docs/installation.md#troubleshooting

提交回复
热议问题