开发者

Problem with FlashBuilder

开发者 https://www.devze.com 2023-01-26 17:17 出处:网络
I a bi开发者_运维百科gginer to this FlashBuilder, i have developed an application, but when i want to run the app, an error \"Unbale to resolve resource bundle \"containers: for locale en_US\" is show

I a bi开发者_运维百科gginer to this FlashBuilder, i have developed an application, but when i want to run the app, an error "Unbale to resolve resource bundle "containers: for locale en_US" is showing, eventhough i did not configure any locales to my appl. My Flex Compiler shows only -locale en_US. Please help ?


You are likely loading a resource bundle called 'containers' but it cannot find the properties file for it. You will have to add a Source Path in project properties --> Flex Build Path under the 'Source Path' tab. I have bundles{locale} as one of my paths. Then create a bundles folder with containers.properties in it. It should then be able to find the file.

0

精彩评论

暂无评论...
验证码 换一张
取 消