我想知道如何在执行此操作后从Gameview类调用int值:setContentView(new GameView(this, this));
。
设置一个新的实例
设置内容视图后GameView game = new GameView(this , this );
只会导致程序崩溃。还有什么方法可以检索我的int值吗?
答案 0 :(得分:0)
我在system.gc
启动后添加了setContentView(new GameView(this, this));
,它确实有助于解决崩溃部分。但是如果代码仍然完美地工作仍然没有证明。