0
我有一個滑動菜單的類。 當我在我的活動中恢復時,當應用程序暫停時,出現以下錯誤!
android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment kostas.menu.rssreader.ListActivity$SampleListFragment: make sure class name exists, is public, and has an empty constructor that is public
你的意思是'公共ListActivity(){}'?這會返回相同的錯誤 –
否否否,'Fragment'需要一個空的構造函數。添加'公共SampleListFragment(){};' – thepoosh
我已經嘗試了他們兩個,不幸的是遺留下來的錯誤.. –