0

このコードの何が問題なのか誰か教えてください。私の 3 つの異なるデバイスではまったく問題なく動作しますが、多くのアプリ ユーザーがこのアクティビティの開始時に fc を報告しています。

そのすべてからのLogcatは、onCreateでNullPointerExceptionを言っています

コード: ペーストビン

そして、これが私がこの活動を始める方法です

    Intent intent = new Intent();
    intent.setClass(this,ProfileEditor.class);
    intent.putExtra("profileName","");//this is when creating new profile, when editing profile name goes here
    startActivityForResult(intent,GET_CODE);
4

0 に答える 0