如何从命令行编译包括ANE在内的AIR iOS应用程序?

马特

我是第一次使用命令行编译AIR iOS应用程序。我当前的命令如下所示:

./adt -package -target ipa-app-store -storetype pkcs12 -keystore iOS7.p12 -provisioning-profile Africa_DragDrop_iPad.mobileprovision Africa_iPad.ipa Africa_iPad-app.xml Africa_iPad.swf AfricaIcon29.png AfricaIcon40.png AfricaIcon48.png AfricaIcon50.png AfricaIcon57.png AfricaIcon58.png AfricaIcon72.png AfricaIcon76.png AfricaIcon80.png AfricaIcon100.png AfricaIcon114.png AfricaIcon120.png AfricaIcon128.png AfricaIcon144.png AfricaIcon152.png AfricaIcon512.png AfricaIcon1024.png Default-Landscape.png 

向其中添加.ane(AIR Native Extension)的正确方法是什么?

麦可

您需要将扩展​​目录添加到您的选项中:

adt -package
    -target ipa-app-store
    -provisioning-profile Africa_DragDrop_iPad.mobileprovision
    -storetype pkcs12
    -keystore iOS7.p12
    Africa_iPad.ipa Africa_iPad-app.xml Africa_iPad.swf AfricaIcon29.png AfricaIcon40.png AfricaIcon48.png AfricaIcon50.png AfricaIcon57.png AfricaIcon58.png AfricaIcon72.png AfricaIcon76.png AfricaIcon80.png AfricaIcon100.png AfricaIcon114.png AfricaIcon120.png AfricaIcon128.png AfricaIcon144.png AfricaIcon152.png AfricaIcon512.png AfricaIcon1024.png Default-Landscape.png
    -extdir DIRECTORY_CONTAINING_ANES

另外,请确保已在应用程序描述符节点中指定了扩展名。

有关adt目录的更多信息,请访问:http : //help.adobe.com/zh_CN/air/build/WS901d38e593cd1bac1e63e3d128fc240122-7ff2.html

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何从命令行调用嵌入式jre以便运行Java应用程序

如何从命令行运行.NET Core控制台应用程序

如何从命令行停止OSGI应用程序

如何从命令行从iOS 8 Simulator中删除应用程序?

如何从ios应用程序打开VK应用程序

如何从命令行构建和部署React-native应用程序?

如何从命令行脚本(或cron)启动Common Lisp GTK应用程序?

Xubuntu从命令行设置首选应用程序

如何从命令行导入django应用程序的模型?

如何从命令行编译iOS项目

从命令行编译Java应用程序,包括项目和库文件

如何部署从命令行运行的Javascript应用程序?

如何从命令行使用默认应用程序打开文件?

如何从命令行向Unity Launcher添加/删除应用程序?

如何从命令行重新启动IIS应用程序池?

如何从命令行学习将在Unity的“系统设置”中启动应用程序的命令?

如何从命令行运行GUI应用程序?

如何从命令行停止正在运行的应用程序

从越狱应用程序ios 7启动命令行

如何从命令行启动Google Crome应用程序?

如何从命令行打开Windows应用商店应用程序?

如何从命令行停止Mule应用程序?

如何从命令行向启动应用程序添加脚本?

从命令行调用Wine安装的应用程序

如何从命令行构建Xamarin.Mac应用程序或构建脚本

如何从命令行最小化应用程序窗口

如何从命令行重新打开应用程序内弹出窗口?

如何从命令行查找应用程序的路径?

Python 3 - 如何从命令行应用程序中删除空行