美文网首页
Binary XML file line #2: Binary

Binary XML file line #2: Binary

作者: 王冥 | 来源:发表于2019-07-23 16:47 被阅读0次

I just made a migration to androidx through Android Studio menu option Refactor -> Refactor to AndroidX

I'm getting the following error:

android.view.InflateException: Binary XML file line #2: Binary XML file line #2: Error inflating class androidx.constraintlayout.ConstraintLayout

I solve my problem by changing all occurrences of

androidx.constraintlayout.ConstraintLayout

to

androidx.constraintlayout.widget.ConstraintLayout

相关文章

网友评论

      本文标题:Binary XML file line #2: Binary

      本文链接:https://www.haomeiwen.com/subject/ghsalctx.html