Didn't find class "android.support.v7.widget.RecyclerView

后端 未结 6 980
生来不讨喜
生来不讨喜 2021-01-07 23:58

I\'m getting this exception when running:

android.view.InflateException: Binary XML file line #8: Error inflating class android.support.v7.widget.RecyclerView

6条回答
  •  礼貌的吻别
    2021-01-08 00:49

    If you are updated your android studio to v-3.4.2

    then Change from

    android.support.v7.widget.RecyclerView
    

    to

    androidx.recyclerview.widget.RecyclerView
    

    it's work for me.

提交回复
热议问题