Cast Error with FirebaseRecyclerViewAdapter
问题 So I have a RecycleView that I'm to fill with a FirebaseRecyclerViewAdapter. I'm following this example: https://github.com/firebase/firebaseui-android#using-a-recyclerview I'm getting a strange error, though: java.lang.ClassCastException: android.support.v7.widget.AppCompatTextView cannot be cast to android.view.ViewGroup This is what I have in onCreateView: RecyclerView recycler = (RecyclerView) mView.findViewById(R.id.rvTasks); recycler.setLayoutManager(new LinearLayoutManager(getActivity(