How do I resolve “Duplicate files copied in APK META-INF/*”

后端 未结 6 1597
粉色の甜心
粉色の甜心 2020-11-30 01:48

I am working at a commercial android application. I am also using some libraries licensed under different license types some of them stating the following:

If th

6条回答
  •  情歌与酒
    2020-11-30 02:19

    I faced the same issue with my application. You need to make sure you have not added any libraries twice. If you have followed the firebase documentation https://firebase.google.com/docs/android/setup

    Then you should not add firebase library inside android studio i.e. file->project structure->cloud->firebase

    You have to do only one of the both, to use firebase in your android application.

    At the end clean and rerun your app.

提交回复
热议问题