1

私はこのようなクラスを持っています:

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 マップ v2?

これで私を助けてください。

4

1 に答える 1