Hi,
I am new to Titanium, and I installed it yesterday in my mac. At first, I did not have Android SDK installed, so when creating a temperory project, I created it without android support.
Later on, I downloaded Android SDK, and I created a new project. For that project, it asked me for android path, and I gave the path. Now, Titanium says Android SDK found along with iPhone SDK found.
But, it is giving the error, "This project is not configured to work with android". I deleted and created many projects, and even reinstalled Titanium, but to no avail. It is not showing Android Support at all. The emulator also shows only iPhone support.
Thanks in advance, If someone could help me, I would appreciate it much.
Regards
Rajmohan
1 Answer
Accepted Answer
It's a bug that we've fixed but haven't released see Ticket 731
To fix it before we release you'll need to replace the android.py file with this fixed
You'll need to locate your mobilesdk directory. On a Mac it will be in
/Library/Application Support/Titanium/mobilesdk/osx/1.2.0/android
or in your home directory's Library
/Users/USERNAME/Library/Application Support/Titanium/mobilesdk/osx/1.2.0/android
Save the fixed file above to your filesystem and then copy it over to that directory. That should let you create a new project.
Your Answer
Think you can help? Login to answer this question!