Skip to main content
Known Participant
September 3, 2009
Question

"Could not find compiled resource bundle " + bundleName

  • September 3, 2009
  • 1 reply
  • 820 views

For some reason none of the resource bundles are being included in my application using the latest sdk checkout, what can this be from?

- Compiler not generating the classes?

- build file error?

Thanks so much, I can't find a work around.

Lance

This topic has been closed for replies.

1 reply

viatroposAuthor
Known Participant
September 3, 2009

It was because I had a reference to the ResourceManager in my Preloader.  Resources aren't created yet then

The original problem was that my application would throw an error immediately because it couldn't find the bundle.  That happened in the preloader.

Lance