Download previous versions of Titanium SDK

Viewed 7336

I recently had to format my Mac and lost all my Ti sdks. After Reinstalling Appcelerator Studio I currently have only Ti SDK 5.2.0.GA available which is causing my app to crash on devices having Android Marshmallow which didn't happen on 5.0.0.GA or below. Is there anyway I can install the previous version of Titanium SDK's and use it.

2 Answers

Above solution is correct, But for above steps you want appc username and password. If you dont have user name and password then try next command.

titanium sdk enter image description here

titanium sdk install 5.2.0

after installing check

titanium sdk enter image description here

If you downloaded sdk from other sources and now you have to put sdk in your titanium path then go to following path

/Users/rahul/Library/Application Support/Titanium/mobilesdk

and place your downloaded sdk in above folder. enter image description here

Related