29
Nov
2010
FLEX: BlackBerry SDK basic compilation error [locale]
When I tried creating a new project with the BlackBerry sdk I ran in to the following error:
Description Resource Path Type LocationUnable to resolve resource bundle "collections" for locale "en_US".Flex Problem Unknown
Although annoying I quickly found a solution:
- Go to the Project Properties
- Navigate to Flex Compiler
- And type in the following line
-library-path+="C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\
blackberry-tablet-sdk-0.9.0\frameworks\locale\en_US"
Tags: configuration, Flex