打开新活动会导致我的应用程序崩溃

时间:2016-03-15 20:19:54

标签: java android android-activity android-fragmentactivity

我不知道这个错误是否在我用来打开活动的代码中,或者它是否存在于活动本身中。这是打开活动的代码,请告诉我是否有错误,或者是否有其他错误。

public void openGallery(View view){
    Intent intent = new Intent(this, PhotoGallery.class);
    startActivity(intent);
}

0 个答案:

没有答案