0
このAndroid RuntimeExceptionの原因は何ですか?このAndroid RuntimeExceptionの原因
02-01 15:13:41.316: ERROR/AndroidRuntime(3989): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cccc.xxxx/com.cccc.xxxx.ActivityMyScreen}: java.lang.IllegalArgumentException: contentView required: pkg=com.cccc.xxxx id=3145728 notification=Notification(vibrate=null,sound=null,defaults=0x0)
次のように私は他の活動からこの活動を始めています:この例外の原因である可能性があります
Intent intent = new Intent();
intent.setClass(mContext, ActivityMyScreen.class);
intent.putExtra("username", mUserName);
startActivity(intent);
何?
ありがとう、
PPです。