3
votes

I am using Appcelerator Studio on Mac OS X

Appcelerator Studio, build: 4.4.0.201511241829

Build: jenkins-appcelerator-rcp-master-339 (origin/master)

Date: 24 November 2015, 18:30:16

Titanium SDK version 5.1.2.G

I have been trying to install the Android SDK's without success. I am using the Install from the software under Preferences -> Platforms -> Android

If I browse to the directory with the SDKs I get the error message:

[Android SDK Home] No Android SD...nder the specified SDK location

All the Android SDKs have been loaded by Android Studio so I know they are there.

If I try to install the SDKS through Studio it goes through the motions, downloads and unpacks the files etc and then gives me a completed screen but no sdks is actually saved.

I have tried uninstalling and reinstalling Studio without success

any help is appreciated

1
You could try the 4.5 RC of Studio, but this should work fine with 4.4 as well of course. Could you check what appc ti info -t android gives you?Fokke Zandbergen
@Drew what you get with "appc info" or "appc ti info" as asked by Fokke? What issues does it highlight with your android configuration? Also have you Genymotion installed? I think this problem is related to Genymotion (as it happened with me once).Muhammad Qasim
@muhammad-qasim appc ti info dropbox.com/s/co6h06sxht1hh05/appctinfo.txt?dl=0and yes I do have genymotion installedDrew Wentzel
@DrewWentzel I think you've a corrupt Appc CLI or Node.js installation. Try completely uninstalling all the tools and installing from scratch. Refer these links for completely wiping out Appcelerator and Node from your machine: archive.appcelerator.com/topic/474/… gist.github.com/TonyMtz/d75101d9bdf764c890efMuhammad Qasim
@muhammad-qasim did that, uninstalled everything and then reinstalled studio, nod.js and the cli. Still had the same issue. I did not that when I reloaded studio all my titanium projects were there along with the version of the titanium sdk - maybe it didn't delete entirely?Drew Wentzel

1 Answers

1
votes

Just give path of your android-sdk main directory only. If you are doing correctly then check in that folder having all required folders or not. I attached screenshot for what folders should be there.

If any of folder missing in mentioned image, it means, your SDK not properly installed. And you need to install it again. you can download SDK from here: http://developer.android.com/sdk/index.html#Other

Follow the instruction given in above link and again set path as you were doing before. And install all required SDK using install SDK given in Preferences -> Platforms -> Android.