在Flex Builder3下使用建air项目使用flash builder下的sdk 4,
F11报错
VerifyError: Error #1053: Illegal override of scaleZ in mx.core.UIComponent. at flash.display::MovieClip/nextFrame() .....
解决方法:
1.将项目根目录下的xxx-app.xml的第二行xmlns="http://ns.adobe.com/air/application/1.0" 改为 xmlns="http://ns.adobe.com/air/application/1.5"
2.将.actionScriptProperties中的htmlPlayerVersion="9.0.28"改为htmlPlayerVersion="10.0.0",并设置为只读