模拟运行显示停止运行
然后图中显示的at com.wyx.wyxplanegame.activity.GameActivity.onCreate(GameActivity.java:36)
是public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
readyView = new StartView(this);
setContentView(readyView);
}
中的super.onCreate(savedInstanceState);
急,求各位大神帮忙,之前运行过的,今天再运行就不行了