Skip to content Skip to sidebar Skip to footer

Titanium Doesn't Recognize Android Sdk On Windows

Titanium doesn't recognize Android SDK on Windows My problem is that Titanium Studio doesn't see my installed Android Platforms. I've tried removing and reinstalling everything via

Solution 1:

We just spent a couple days wrestling with this problem. The issue is with the latest version of the mobile sdk that you've installed. Titanium Studio actually uses the following script to validate the Android SDK path in the configuration window:

MAC path looks like this:

/Library/Application Support/Titanium/mobilesdk/osx/sdk_version_number_here/android/avd.py

Based on your post, your path is probably something like:

C:\Users\Dean\AppData\Roaming\Titanium\mobilesdk\win32\sdk_version_number_here\android\avd.py

If you browse to the folder and look for that script, it's probably missing. We just deleted that version of the sdk (for us it was 2.0.1.GA2). Then went to Help -> Check for Updates to reinstall the latest version.

Solution 2:

Can you try installing all the api levels. SDK level 10-15. Hopefully that would help. I am also running Titanium on the same version of windows, and it works fine.

Solution 3:

This looks crazy, but you need to install sdk 7 and 8, with the google APIs. I think that they have code nested to these SDK. Check twice that you accept the licence with Google API.

Here is the complete guide of installing Titanium with Android.

Solution 4:

I broke my head for 2 days on the very same problem, and the solution is quite simple: Titanium 3.2 and above does not work with android sdk in Windows.

Downgrade to 3.1.3 and everything will be just fine

https://wiki.appcelerator.org/display/guides2/Reverting+to+a+Previous+Version

Post a Comment for "Titanium Doesn't Recognize Android Sdk On Windows"