Download previous versions of the Titanium SDK

Recently, I had to format my Mac and lose all my sdks. After reinstalling Appcelerator Studio, at the moment I only have Ti SDK 5.2.0.GA, which causes my application to crash on Android Marshmallow devices that were not on 5.0.0.GA or lower. In any case, I can install the previous version of the Titanium SDK and use it.

+4
source share
2 answers

The easiest way: CLI (command line interface).

Get List of Titanium SDK

appc ti sdk list

Install titanium SDK

appc ti sdk install [<version>] [--default] [--force] [--branch <branch name>]

ex : appc ti sdk install 6.0.0.GA

SDK appc ( ti sdk 4.0.0.GA)

enter image description here

+17

, .   , .

titanium sdk enter image description here

titanium sdk install 5.2.0

after installing check

titanium sdk enter image description here

sdk sdk ,

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

sdk . enter image description here

+4

All Articles