Build error when create a Titanium Module

后端 未结 2 1065
死守一世寂寞
死守一世寂寞 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: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

提交回复
热议问题