AIR for AndroidでStarlingとStarling-Extension-Particle-Systemを使ってパーティクルのテストしていたら実機でエラーが出た。
Fatal Error the application lost the device context
【環境】
AIR for Android : Flex SDK 4.6 + AIR 3.3
renderMode: direct
Starling 1.2
starling.extensions.PDParticleSystem
Galaxy S2, SC-03D
【対処法】
Starling.handleLostContext = true; |
この設定を Starling インスタンスを作成前に作成するとエラー表示が消えて実機でも動作できるようになりました。
Strling Forum: New Feature: handling a lost device context
http://forum.starling-framework.org/topic/new-feature-handling-a-lost-device-context
6ヵ月も前の情報だった。