Drew Wentzel
Drew Wentzel

Reputation: 93

Appcelerator Studio will not install Android SDKs

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

Upvotes: 3

Views: 1573

Answers (1)

Pooja Laad
Pooja Laad

Reputation: 11

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.

Upvotes: 1

Related Questions