adobe air sdk 2.6 的编译命令
我正在使用 adobe air sdk 2.6,并且正在使用命令行来构建我的应用程序。编译应用程序的命令是什么。我尝试了 amxmlc,它不起作用。如果我看到 sdk 的 bin 文件夹,我在那里看不到 amxmlc 文件。有什么想法吗????
提前致谢!!
I am using adobe air sdk 2.6 and i'm using command line to build my application.What is the command to compile the application.I tried amxmlc its not working.If i see the sdk's bin folder i dont see the amxmlc file there.Any ideas????
Thanks in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它叫做mxmlc(我从来没有听说过amxmlc 这个名字)。另请确保控制台中有此可执行文件(将其位置添加到系统路径中。)
It's called mxmlc (I never heard the name amxmlc). Also make sure you have this executable available in console (add its location to system paths.)
mxmlc 是为 Flash Player 编译 Flex(Web 项目)
amxmlc 是为 AIR 编译 Flex(桌面和移动项目)
要创建 AIR 文件,您必须使用 adt
mxmlc is to compile Flex for Flash Player (web project)
amxmlc is to compile Flex for AIR (desktop and mobile project)
To create and AIR file you must use adt