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

前端 未结 14 1207
佛祖请我去吃肉
佛祖请我去吃肉 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 02:13

    I just change

    implementation 'com.google.firebase:firebase-crash:15.0.0'
    

    to

    implementation 'com.google.firebase:firebase-crash:15.0.2'
    

    it works.

提交回复
热议问题