How to Install Titanium Studio on Linux/Ubuntu
Part 1 of 5:
Set up 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. 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'
-
- Update your system further with these commands. 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
-
Part 2 of 5:
Install Java
- Install Oracle JDK 7. 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
-
Part 3 of 5:
Install node.js
- Clone the Node.js repository
-
git clone https://github.com/joyent/node.git
-
- Show node.js versions available in the repository and select one. I chose to install version 0.10.28 which seems to work just fine.
-
cd node
-
git tag #
-
git checkout v0.10.28
-
- Compile and install it
-
./configure
-
make
-
sudo make install
-
- Check that it was installed correctly:
-
node -v
-
- Install the package manager NPM. With the second command you just check that it is installed correctly.
-
sudo apt-get install npm
-
npm -v
-
Part 4 of 5:
Install Android SDK
- Download the SDK bundle from Android developer site
- Extract the 'sdk' folder from the zip file which is named something like 'adt-bundle-linux-x86-20140321.zip' to a desired location, eg. somewhere in your home folder.
- Syntax of the unzip command:
unzip [zipfile] -d [destination-folder]
- Syntax of the unzip command:
- Start the Android SDK Manager:
-
sudo /your/sdk/folder/tools/./android
-
- Check the Tools and the APIs you want to install, then click Install package and follow on screen instructions. Let it complete the downloads.
- Minimum API 10, which is Android 2.3.3, must be installed.
Part 5 of 5:
Install Titanium Studio
- Download the latest Titanium Studio from Appcelerator (account required) and unzip to any desired folder.
- Start TS by opening the file 'TitaniumStudio' in the location you unzipped the file, and let it install its latest updates when it asks to do so.
-
./TitaniumStudio
- When asked indicate the location of your workspace.
-
- After updates are installed it will ask which SDKs to install. Select the Android SDK and select Settings. Instead of selecting which SDKs you want, enter the path to the 'sdk' folder that unzipped earlier.
- We are done!
4.3 ★ | 4 Vote
You should read it
May be interested
- How to Install Retropiethis wikihow teaches you how to install retropie, a video game emulator portal, on your raspberry pi. retropie can be installed on any raspberry pi model, but the developers recommend using a raspberry pi 3 model b+ or better for best...
- How to Uninstall Babylon 9like so many others before it, babylon is a program that hijacks your web browser and takes over your ability to control the internet. these programs are designed to be difficult to remove, so you'll have to get your hands a little dirty...
- How to Uninstall BearSharebearshare is a file transfer program that tends to install a lot of unwanted browser add-ons and extensions. it can hijack your web browser experience and is a serious pain to remove. with a little work and persistence, you can have...
- How to Install a UHF Connectora uhf connector is a type of coaxial connector with a threaded coupling that helps prevent accidental detachment. installing one is a simple, straightforward process. start by stripping your cable about from its end. a cable stripping tool...
- How to Uninstall Funmoods Completelyif funmoods has started to lose its charm, you may have run into difficulties removing it from your system. follow this guide to remove it completely from any browser, and even delete its entries in your computer's registry. close all...
- How to Uninstall Realplayerbefore you will uninstall realplayer automatically, you can first save your downloaded video files (e.a., mp3, mpeg, rm, ai, and so on) kept by realplayer, which would be saved in the file folder, named 'library'. for more technical...