Error inflating class androidx.constraintlayout.widget.ConstraintLayout

前端 未结 12 1184
佛祖请我去吃肉
佛祖请我去吃肉 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 18:54

    Just replace

    
    

    with

    
    

    In your project's xml files.

    You can use Replace in Path shortcut in mac (⇧⌘F or ⇧⌘R) and windows (Ctrl+Shift+R)

提交回复
热议问题