简体   繁体   中英

Fail to build an android project in Titanium

I am using CLI: titanium build --platfrom android --sdk 3.1.3.GA --build-only

Always fail and said:

[ERROR] Error generating R.java from manifest

[ERROR] Build process exited with code 1

[ERROR] Project failed to build after 1s 138ms

Other than that, no other error message. No way to tell what cause such error.

I have do what previous post suggested: Error generating R.java from manifest but no luck. And my App ID is named as something like hk.com.abc.Test

I am using Ti SDK 3.1.3GA on Mac OSX v10.7, Android SDK Build-tools rev. 19

How can I fix it?

I am not sure but I think, Captial letters are not allowed in AppID. So, please try to change the AppID from hk.com.abc.Test to hk.com.abc.test and let me know if this solves your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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