简体   繁体   English

在appcelerator上安装ANT

[英]Installing ANT on appcelerator

I'm having trouble right clicking a build.xml and running as ant, there is a current bug with appcelerator and building modules and this seems to be the only work around i can find, especially as i got told the next update will be February and i have clients that the app doesn't run on 6.0.0. 我在右键单击build.xml并以ant身份运行时遇到麻烦,appcelerator和构建模块存在当前错误,这似乎是我能找到的唯一解决方法,尤其是当我得知下次更新将在2月时并且我有该应用程序无法在6.0.0上运行的客户端。 this is the suggested workaroud 这是建议的工作方式

i can get ant working for eclipse but any ideas how to install to appcelerator? 我可以让蚂蚁为日食工作,但有任何想法如何安装到appcelerator?

Have a look at my question here: Duplicate entry: org/appcelerator/titanium/gen/bindings.json in custom Android module I have a workaround where you open the generated jar and just remove the gen/bindings.json 在这里看看我的问题: 重复的条目:自定义Android模块中的org / appcelerator / titanium / gen / bindings.json我有一个解决方法,您可以打开生成的jar,然后删除gen / bindings.json

You can run ant from the command line inside the android folder of your module to build it. 您可以从模块的android文件夹内的命令行运行ant来构建它。 Then open the zip/jar file and remove the .json. 然后打开zip / jar文件并删除.json。 This way you can use your module. 这样,您可以使用模块。 Just remember to remove the file again if you rebuild the module. 如果要重建模块,只需记住再次删除文件即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM