Get NullPointerException in android Studio with recycler
问题 I'm new here. I followed a tutorial to create a card list using RecyclerView. The app crashes at launch and the log says: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.wc.gap.worldcupfixture/com.wc.gap.worldcupfixture.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.RecyclerView.setHasFixedSize(boolean)' on a null object reference Caused by: java.lang.NullPointerException: Attempt to invoke virtual method