Error: 找不到类型,或者它不是编译时常数: Vector。
或者
Type was not found or was not a compile-time constant: Vector.
Type was not found or was not a compile-time constant: Vector.
搞了好一会,以为是flex版本的问题。 sdk3.2换成了3.5了, 还是一样的。。。
这 是因为编译时,默认支持的Flash Player的版本是9.0.124。遇到这种错误时,需要修改flex-sdk/frameworks/flex-config.xml, 将<target-player>9.0.124</target-player>改为<target- player>10.0.12</target-player>。如果使用flexbuilder,可以通过Project > Properties > Flex Compiler 设置附加编译器参数-target-player=10.0.12。
有出现错误 unable to open 'locale/en_US': 解决方法:
可在以项目的Properties里面的Flex Compiler里的Additional compiler arguments里加入-source-path=locale/{locale}
如果还出现:unable to open 'locale/en_US'的问题,就要改一个-source-path=../locale/{locale}
主要是路径的问题。