Build error when create a Titanium Module

怎甘沉沦 提交于 2019-12-02 09:30:23

问题


I have create a new Mobile Module Project, but when i try to build it, i have this error:

BUILD FAILED C:\ProgramData\Titanium\mobilesdk\win32\5.2.2.GA\module\android\build.xml:165: no executable specified

Did something wrong? I did the following step: -Installed Appcelerator Studio -It automatically installed Titanium SDK and i selected to install Android SDK -Installed JAVA JDK -Createed new module and tryed to build it


回答1:


To fix this, edit the file:

C:\ProgramData\Titanium\mobilesdk\win32\5.2.2.GA\module\android\build.xml

Or for any newer SDK versions, just use e.g. 5.3.1 instead of 5.2.2 On line 159, add ".exe" to aidl, like so:

TO




回答2:


To develop android module you will have to install some additional component and configure some path variables. There is a nice quick start guide where you will find everything. Thinks that need to install:

Android NDK

Ant

Eclipse Java Development Tools plugin

Android Development Tools plugin

gperf

Python

Documentation Link



来源:https://stackoverflow.com/questions/37082190/build-error-when-create-a-titanium-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!