我运行程序时,在控制台窗口出现下面语句:Running with storage root DefaultColorPhone
java.lang.NullPointerException
at javax.microedition.lcdui.game.TiledLayer.<init>(+68)
at bomb.BombCanvas.<init>(+563)
at bomb.BombDemo.<init>(+28)
at java.lang.Class.runCustomCode(+0)
at com.sun.midp.midlet.MIDletState.createMIDlet(+19)
at com.sun.midp.midlet.Scheduler.schedule(+52)
at com.sun.midp.main.Main.runLocalClass(+28)
at com.sun.midp.main.Main.main(+116)
Execution completed.
743438 bytecodes executed
6 thread switches
741 classes in the system (including system classes)
4057 dynamic objects allocated (121044 bytes)
3 garbage collections (98148 bytes collected)
然后手机环境就一闪而过,请问为什么会出现这问题,该怎么解决