Why Android Studio is forcing to use Androidx from Android support library?

后端 未结 5 2038
野的像风
野的像风 2021-01-04 01:48

Working on a React Native project but out of sudden it stopped working & started giving an error:

Manifest merger failed : Attribute application@appCompo         


        
5条回答
  •  没有蜡笔的小新
    2021-01-04 02:53

    According from Dan Lew

    The support library artifacts are being deprecated and all future development is going into AndroidX, so there's no avoiding this migration. Hopefully, though, these tips will give you a clearer transition path.

提交回复
热议问题