Skip to main content
May 16, 2011
Question

AIR Debugger crashing in Flash Builder [Unload SWF]?

  • May 16, 2011
  • 2 replies
  • 1280 views

I'm using the latest 4.5 Flash Builder and have been working on an Android app for the Motorola Xoom.  It works great and the development environment is borderline flawless.  I have noticed one thing that keeps happening.  When running my app on the laptop OR the Xoom directly from FB it works great.  When I debug the app on my laptop it also works great, but sometimes when I try and debug on the device itself I get about 5 seconds of runtime and then the app mysteriously crashes on the device (goes to home screen) and the last thing shown in the console is [Unload SWF].

Any ideas?  I have no doubt it is something I am doing but have been unable to find any solutions.

Thank you!

This topic has been closed for replies.

2 replies

Participant
March 6, 2012

I have this problem but I have found the reason.

I'm using external graphics from a .swc file. This problem appear when I'm loading an instance of a Movieclip that have inside another movieclip with property "visible" set to false. I have set it to true again on Flash, export again .swc, and set visible to false by code, while I have just created de object on run-time before add it to scene.

Participant
June 8, 2011

Without adding anything really helpful to this thread, I am having this issue 7 out of 10 times. Its getting to a real point of frustration since its more or less impossible to debug my app on the device itself. I hope Adobe can either shed some light on this issue or just fix it.