I have a cheap Android device to test on, an Orange San Francisco, aka. ZTE Blade. I have changed the API seetings, have looked at all the VD's, and deleted them all. I keep getting time after time, it 'Installed Failed Older SDK'. I'm on a Mac, any help and advice would be greatfully recieved.
2 Answers
Accepted Answer
Titanium SDK 1.7.5 was the last to support Android API 2.1. Titanium 1.8.X and up will require minimum Android 2.2. You can either drop to the lower Ti SDK or upgrade the device.
Looks like it shipped with Android 2.1. Also looks like an upgrade to 2.2 was released.
So, 2.1 would be your minimum target API level.
- Open your TIAPP.xml in the project.
- Click the configure below the Deployment Targets. 3.Under Android, select Android 2.1 as your Default Android SDK.
- Depending on that features you use in your app, may have to use Google APIs Android 2.1
Your Answer
Think you can help? Login to answer this question!