hi folks,
i just add a new and empty project. generating it for android 2.2 and API 2.2 crashes with
Error generating R.java from manifest
why the hell this? it's just an new clean project. SDK version is 1.6.2
update with 2.1: [ERROR] Timed out waiting for emulator to be ready, you may need to close the emulator and try again
1 Answer
I had exactly the same issue after creating a new Titanium Mobile project from one of the wizard templates. No clue whatsoever in the build log. Tried commenter Matt's advice - changing the Application Id in the tiapp.xml editor to the "package" form com.mycompany.Appname fixed it straight away.
Your Answer
Think you can help? Login to answer this question!