Build error when create a Titanium Module

旧时模样 提交于 2019-12-02 07:05:53

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

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

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