Adobe Flex 和 Adobe Flex Air - 在本机安装中打包 Air 应用程序
我已尝试 Adobe Livedocs 上给出的选项:adt - package -target native myApp.exe myApp.air,但我不断收到消息“-storetype required”。然后我尝试使用 adt -package -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.air 并得到相同的消息。
我已经在flexbuilder中创建了.air文件和.p12证书文件,并且只是在命令提示符中的指定位置指向这些文件,但出现了同样的问题。有什么想法吗?
I have tried the options given on Adobe Livedocs : adt -package -target native myApp.exe myApp.air, but I keep getting the message "-storetype required". I then try with adt -package -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.air and get the same message.
I have already created the .air file and the .p12 cert file in flexbuilder, and am just pointing to these in the command prompt in the specified places, but the same problem occurs. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,弄清楚了。
extendedDesktop 桌面
插入我的 app.xml 文件中。
到同一个 xml 文件中。至少需要Adobe Air 2.0,并且Path中需要设置ADT。我在我的 博客如果你有兴趣的话。
更新:Serje Jespers 创建了一个拖放工具来完成此任务此处< /strong>
Ok, figured this out.
<supportedProfiles>extendedDesktop desktop</supportedProfiles>
into my app.xml file.<application xmlns="http://ns.adobe.com/air/application/2.0beta2">
into the same xml file.At lease Adobe Air 2.0 is needed, and ADT needs to be set in the Path. I put a list of the steps I took in getting the Air to Exe on my blog if you interested.
UPDATE: Serje Jespers created a drag-n-drop tool to accomplish this task here