I'm trying to create an app that displays a list of all user contacts, and im using RecyclerView. when i try to run my app it fails, i notice then the problem is in "activity_main.xml" in the lines:
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent">
</android.support.v7.widget.RecyclerView>