How to Install Titanium Studio on Linux/Ubuntu
Install Ubuntu 12.04 (32-bit) - if not already installed. , To ensure TS has the permissions it needs we want to login as root to our desktop environment., Update your system further with these commands., Install Oracle JDK 7., Clone the Node.js...
Step-by-Step Guide
-
Step 1: Install Ubuntu 12.04 (32-bit) - if not already installed.
To do so we need to make sure root has a password and then make it possible to login to root from the login screen. Afterwards reboot and login as root. sudo passwd root sudo sh
-c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
The last one is mainly for installing node.js in the next stop. sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc sudo apt-get install git-core curl build-essential openssl libssl-dev , Titanium will not work with OpenJDK so make sure you uninstall that first if you have it. sudo apt-get install software-properties-common sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer ,, I chose to install version
0.10.28 which seems to work just fine. cd node git tag # git checkout v0.10.28 ,,, With the second command you just check that it is installed correctly. sudo apt-get install npm npm
-v ,, somewhere in your home folder.
Syntax of the unzip command: unzip
-d ,, Let it complete the downloads.
Minimum API 10, which is Android
2.3.3, must be installed. ,, ./TitaniumStudio When asked indicate the location of your workspace. , Select the Android SDK and select Settings.
Instead of selecting which SDKs you want, enter the path to the 'sdk' folder that unzipped earlier., -
Step 2: To ensure TS has the permissions it needs we want to login as root to our desktop environment.
-
Step 3: Update your system further with these commands.
-
Step 4: Install Oracle JDK 7.
-
Step 5: Clone the Node.js repository git clone https://github.com/joyent/node.git
-
Step 6: Show node.js versions available in the repository and select one.
-
Step 7: Compile and install it ./configure make sudo make install
-
Step 8: Check that it was installed correctly: node -v
-
Step 9: Install the package manager NPM.
-
Step 10: Download the SDK bundle from Android developer site
-
Step 11: Extract the 'sdk' folder from the zip file which is named something like 'adt-bundle-linux-x86-20140321.zip' to a desired location
-
Step 12: Start the Android SDK Manager: sudo /your/sdk/folder/tools/./android
-
Step 13: Check the Tools and the APIs you want to install
-
Step 14: then click Install package and follow on screen instructions.
-
Step 15: Download the latest Titanium Studio from Appcelerator (account required) and unzip to any desired folder.
-
Step 16: Start TS by opening the file 'TitaniumStudio' in the location you unzipped the file
-
Step 17: and let it install its latest updates when it asks to do so.
-
Step 18: After updates are installed it will ask which SDKs to install.
-
Step 19: We are done!
Detailed Guide
To do so we need to make sure root has a password and then make it possible to login to root from the login screen. Afterwards reboot and login as root. sudo passwd root sudo sh
-c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
The last one is mainly for installing node.js in the next stop. sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc sudo apt-get install git-core curl build-essential openssl libssl-dev , Titanium will not work with OpenJDK so make sure you uninstall that first if you have it. sudo apt-get install software-properties-common sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer ,, I chose to install version
0.10.28 which seems to work just fine. cd node git tag # git checkout v0.10.28 ,,, With the second command you just check that it is installed correctly. sudo apt-get install npm npm
-v ,, somewhere in your home folder.
Syntax of the unzip command: unzip
-d ,, Let it complete the downloads.
Minimum API 10, which is Android
2.3.3, must be installed. ,, ./TitaniumStudio When asked indicate the location of your workspace. , Select the Android SDK and select Settings.
Instead of selecting which SDKs you want, enter the path to the 'sdk' folder that unzipped earlier.,
About the Author
Janice Hart
Committed to making lifestyle accessible and understandable for everyone.
Rate This Guide
How helpful was this guide? Click to rate: