标签: android android-intent navigation-drawer
我使用没有NavigationDrawer的活动,我需要使用NavigationDrawer传入活动。
我尝试使用此代码:
Intent in = new Intent(this,NavigationDrawer.class); startActivity(in);
但 logcat 告诉我这个错误:
有什么问题?