Build error when create a Titanium Module

后端 未结 2 1024
死守一世寂寞
死守一世寂寞 2021-01-25 18:00

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条回答
  • 2021-01-25 18:36

    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

    0 讨论(0)
  • 2021-01-25 18:39

    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

    0 讨论(0)
提交回复
热议问题