Manifest merger failed : Attribute application@appComponentFactory…Android Studio 3.2

后端 未结 2 400
挽巷
挽巷 2021-01-20 06:48

I\'m following this tutorial: https://www.youtube.com/watch?v=xtElLuzjA0U

I\'m using Android Studio 3.2.1 - Whenever I implement \"implementation \'me.zhanghai.andr

相关标签:
2条回答
  • 2021-01-20 07:14

    Its because your project has different versions of the same library - androidx and pre-androidx. In android studio tool bar go to: Refactor-> Migrate to androidX... -> Migrate

    0 讨论(0)
  • 2021-01-20 07:36

    These two lines automatically resolved my dependency conflicts

    Add android.useAndroidX=true android.enableJetifier=true in your application gradle.properties file.

    0 讨论(0)
提交回复
热议问题