Titanium:如何使用Titanium studio构建apk

时间:2012-12-10 10:42:44

标签: android titanium-mobile

我正在尝试使用Titanium Source手动创建一个APK ..我搜索并发现Titanium正在使用ANT工具来构建APK。所以我在终端中给了“ant”命令它创建了一个APK但它却错过了一些名为org和ti的文件夹。在运行时初始化Webview中使用的文件。所以Plz指导我如何手动编译源(使用终端/命令提示符中的命令,即aapt,dex等“Ant”命令)。

我经历了这个link,但它只是概述了它,但不是完整的流程..

先谢谢

问候,

迪帕克

1 个答案:

答案 0 :(得分:0)

我认为您需要查看Titanium命令行界面。 https://wiki.appcelerator.org/display/guides/Titanium+Command+Line+Interface

$ titanium create --platform=android --android=/path/to/android-sdk --id=com.mycompany.myApp --name=myApp   
$ titanium run --platform=android

如果您使用3.0 SDK,那么您可以使用npm来安装and管理您的依赖项并执行相同的Titanium命令,或者如果您使用的是新架构,则可以使用Alloy。< / p>

http://developer.appcelerator.com/blog/2012/10/building-titanium-mobile-from-source-now-requires-nodejs.html