[AC-1543] Android SDK cannot be found
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-09-30T00:43:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Giacomo FIORENTINI |
Assignee | Shak Hossain |
Created | 2015-03-27T09:40:15.000+0000 |
Updated | 2016-03-08T07:38:00.000+0000 |
Description
Steps to Reproduce
installed titanium studio and setted up the Android SDK (latest 24.1.2).Actual Result
Android SDK cannot be foundExpected Result
Able to work with Titanium.Attachments
File | Date | Size |
---|---|---|
.log | 2015-03-27T09:40:17.000+0000 | 4318 |
diagnostic7874889726353288672.log | 2015-03-27T09:40:27.000+0000 | 70706 |
SDKManager.PNG | 2015-03-27T09:40:29.000+0000 | 75960 |
Hello, This is a common issue when updating the studio or Ti SDK. I have faced the problem before, after updating Ti SDK, In studio preference it shows, [No Android SDK is found under the specific location]. There are seemlier community entry in this issue. I was able to solved the problem by following this [guides](http://docs.appcelerator.com/platform/latest/#!/guide/Errors_Configuring_Platforms_Inside_Studio-section-30085538_ErrorsConfiguringPlatformsInsideStudio-CouldnotlocatetheAndroidSDKatthegivenpath) link. here it explains that "It may be that you don't have an avd.py script at the location it's looking. To solve that, just install the latest [Continuous Build](http://builds.appcelerator.com.s3.amazonaws.com/index.html#3_5_X), ensuring that you choose the master branch from the drop-down menu of the download site, and restart Studio." Which means while updating, the Ti SDK get corrupted, So a fresh Ti SDK manual install is required. I was able to solve the problem before following this method. Here is a similar [Community](http://developer.appcelerator.com/question/177584/android-sdk-home-no-android-sdks-were-found-under-the-specified-sdk-location-in-mac) post on the issue.
TEST ENVIRONMENT
Ti CLI 3.4.2 Ti SDK 3.5.1 Ti Studio 3.4.1 Mac OS 10.9.5 Hope this helps. Thanks.