Error inflating class androidx.constraintlayout.widget.ConstraintLayout

前端 未结 12 1163
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 18:28

After migrating to Androidx packages using Android Studio menu option Refactor -> Refactor to Androidx...

I\'m getting the following error:

Error inf         


        
12条回答
  •  执念已碎
    2020-12-29 19:09

    I've also face this issue. This issue occur only for constraintlayout dependecy version. Use 1.1.3 version & hope your issue will be solved:

    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    

提交回复
热议问题