':app:transformDexArchiveWithExternalLibsDexMergerForDebug' error after adding firebase auth plugin in flutter

后端 未结 4 1652
攒了一身酷
攒了一身酷 2021-01-28 09:52

I am getting some errors after installing the firebase_auth plugin and updating the other firebase plugin versions. I tried some solutions including do

4条回答
  •  灰色年华
    2021-01-28 10:41

    Man i had a problem like this just one day ago. This is probably conflict between support library and androidx in your dependencies. Take a look at this issue. In my case i solve this manually removing all dependencies from my project in pubspec and add one by one with new updated version that already use androidx and migrate my project too. Well i try IDE androidX migration tool but without success. Finally be aware with thrid part libraries some of them take a time to update and create problems like this.

提交回复
热议问题