Error inflating class android.support.constraint.ConstraintLayout

前端 未结 3 551
余生分开走
余生分开走 2020-12-02 03:15

I was working on an Android Studio application when I ran into this error.

    Process: com.example.visualizercopy, PID: 28098
    java.lang.RuntimeException         


        
3条回答
  •  感动是毒
    2020-12-02 03:54

    I figured it out, I had to update the android.support.constraint.ConstraintLayout tags to androidx.constraintlayout.widget.ConstraintLayout in my layout XML.

提交回复
热议问题