Install Appcelerator Titanium on Linux Mint 16 Mate i386
You are Welcome! The Tutorial Shows You Step-by-Step How to Install and Getting-Started with Appcelerator Titanium Studio for Linux Mint 16 Petra Mate/Cinnamon/Kde/Xfce i386 Linux.
The Appcelerator Titanium Standalone is Affected at this Time from a Bug on Mint 16 so that’s We Need a Little Tricky WorkAround to Make It Working by Eclipse :)
Appcelerator Titanium is an Open, Extensible Development Environment for Creating Native Apps for iOS, Android, and BlackBerry, as well as hybrid and HTML5.
Titanium uses a JavaScript Interpreter to create a Bridge between your app’s JavaScript code and the underlying Native Platform.
The Titanium Studio Installation Linux Mint Require:
- At Least 2Gb of RAM
- The Oracle Java JDK
- The Node.js for Command Line Tool
So Inside the Guide You will Find Links to Guides on Installing the Oracle JDK for Linux Mint and Initial Titanium Studio Quick Start SetUp.

-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands) -
Download Appcelerator Titanium Studio for Linux
-
Double-Click on Package and Extract into /tmp.
Or from Command Line:unzip -d /tmp/ $HOME/Downloads/titanium.studio*.zip
-
SetUp local PATH
echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc
bash
-
Install Required Packages for Titanium Studio
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
apt-get install libjpeg62 libwebkitgtk-1.0-0 ruby
-
How to Install Required Oracle JDK on Linux Mint
-
Relocate Titanium Studio
sudo chown -R root:root /tmp/Appcelerator_Studio
mv /tmp/Appcelerator_Studio /opt/AppceleratorStudio
ln -s /opt/AppceleratorStudio/AppceleratorStudio /usr/local/bin/AppceleratorStudio
exit
-
Create an Appcelerator Launcher on Linux Mint
-
Appcelerator Titanium Studio Quick Start Guide with Initial SetUp
Now Thanks to Appcelerator Company You can Fully Enjoy Cross Platform Mobile App Development with Titanium Studio on Mint Linux.
Tags: android development, appcelerator titanium linux mint, appcelerator titanium studio, blackberry development, cross platform app development, Guide, How-to, Install, install appcelerator titanium linux mint, iphone development, Linux, Linux Mint, linux mint 16 mate, Tutorial