Question
ANR keyDispatchingTimedOut (new thread?)
Hi
I am getting a ANR keyDispatchingTimedOut error from my app causing it to freeze.
From reading around, it seems this is probably due to running expensive operations on the main thread. I suspect in my app this is from saving files to SD card.
General Android support suggests pushing these operations into a different thread to keep it off the main thread. Does anyone know how I can do this using AIR?
Thanks
