flex项目中报Type Unable to resolve resource bundle xxx for l
发布时间:2020-12-15 04:45:02 所属栏目:百科 来源:网络整理
导读:初学使用flex 4.6,一个原有项目用flex,在eclipse报Description Resource Path Location Type?Unable to resolve resource bundle "xxx" for locale "en_US"。 在 project properites Flex compiler的 the Aditional compiler arguments输入框 里面有?-loca
初学使用flex 4.6,一个原有项目用flex,在eclipse报Description Resource Path Location Type?Unable to resolve resource bundle "xxx" for locale "en_US"。 在project > properites > Flex compiler的the Aditional compiler arguments输入框里面有?-locale en_US,而项目中有目录locale,locale下有en_US子目录。 通过文章,在the Aditional compiler arguments输入框里在-locale en_US前面添加-source-path ../locale/{locale}即可。 可以在locale后面添加其他语言支持-locale en_US zh_CN。 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |