我有这样的课:
class TopicFragment extends Fragment{
public TopicFragment(VO vO) {
// some code
}
}
用户报告该应用程序正在崩溃,并且日志显示:
android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment com.aaa.wert.TopicFragment: make sure class name exists, is public, and has an empty constructor that is public
我已经查看了这个链接,但我无法解决这个问题;
片段 - InstantiationException:没有空的构造函数 -> Google Maps v2?
请帮我解决一下这个。