标签: c# android xamarin
我有一个应用程序,我有一个基于Android.Support.V4.App.Fragment的类的滑动标记。在其中一个片段中,我在axml文件中有一个android.support.v7.widget.RecyclerView。每当我想在我的智能手机上调试项目时,它就会崩溃并说:An unhandled exception occured.。我尝试从axml文件中删除RecyclerView,它可以正常工作。那么我该怎么做才能使用该片段中的reyclerview?
Android.Support.V4.App.Fragment
android.support.v7.widget.RecyclerView
An unhandled exception occured.
RecyclerView
reyclerview