在我的应用程序中,我收到此错误:
android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment kostas.menu.rssreader.BaseActivity$SampleListFragment: make sure class name exists, is public, and has an empty constructor that is public
我有一个名为 BaseActivity 的活动,以显示一个滑动菜单(https://github.com/jfeinstein10/SlidingMenu)。
当我退出我的应用程序(从打开的滑动菜单视图)时,使用菜单按钮,我在返回时收到此错误!