引擎不断发出消息:
02-28 15:22:53.029: I/AndEngine(946): org.anddev.andengine.input.touch.TouchEvent$TouchEventPool<TouchEvent> was exhausted, with 0 item not yet recycled. Allocated 1 more.
02-28 15:22:54.769: I/AndEngine(946): org.anddev.andengine.extension.physics.box2d.util.Vector2Pool$1<Vector2> was exhausted, with 0 item not yet recycled. Allocated 1 more.
02-28 15:22:55.129: I/AndEngine(946): org.anddev.andengine.util.TransformationPool$1<Transformation> was exhausted, with 0 item not yet recycled. Allocated 1 more.
02-28 15:22:58.849: I/AndEngine(946): org.anddev.andengine.extension.physics.box2d.util.Vector2Pool$1<Vector2> was exhausted, with 1 item not yet recycled. Allocated 1 more.
02-28 15:22:58.959: I/AndEngine(946): org.anddev.andengine.extension.physics.box2d.util.Vector2Pool$1<Vector2> was exhausted, with 2 item not yet recycled. Allocated 1 more.
02-28 15:22:59.169: I/AndEngine(946): org.anddev.andengine.extension.physics.box2d.util.Vector2Pool$1<Vector2> was exhausted, with 3 item not yet recycled. Allocated 1 more.
02-28 15:22:59.369: I/AndEngine(946): org.anddev.andengine.extension.physics.box2d.util.Vector2Pool$1<Vector2> was exhausted, with 4 item not yet recycled. Allocated 1 more.
有时,当我的游戏的新级别被加载时,一些纹理不会显示,并且游戏在LogCat中没有错误地崩溃。 有人知道为什么会这样发生的原因吗?