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

后端 未结 2 429
挽巷
挽巷 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:36

    These two lines automatically resolved my dependency conflicts

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

提交回复
热议问题