I\'m getting this exception when running:
android.view.InflateException: Binary XML file line #8: Error inflating class android.support.v7.widget.RecyclerView
If you are updated your android studio to v-3.4.2 then Change from
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.