Titanium Mobile Introduction (Titanium Studio Installation/Configuration ~ Running on iPhone/Android Simulator)

Tadashi Shigeoka ·  Sun, July 1, 2012

I set up an environment for developing iPhone/Android apps with Titanium Mobile, so here’s a memo of the steps.

・Official: Appcelerator | Titanium, the leading mobile platform of choice for thousands of companies seizing the mobile opportunity.

・Japanese: titanium-mobile-doc-ja - Appcelerator Titanium Mobileに関するドキュメントを日本語でまとめていくプロジェクト - Google Project Hosting

Reference Sites for Titanium Studio Installation/Configuration

The following sites were very helpful for the installation to configuration steps.

Mac OS X LionにTitanium StudioをインストールしてTitanium MobileによるiOSやAndroid向けのアプリケーション開発をする環境を作る - ウェブ、ショウジン

Titanium Mobileで開発するiPhone/Androidアプリ 第二章 補完稿

MacOSX LionにTitanium Mobile(Studioも)をインストールしたときのメモ(2012-02-06時点) - iPhone/Android対応 at HouseTect, JavaScriptな情報をあなたに

Thank you.

■ User Registration

To download Titanium Studio, you first need to register as a user.

・User registration method: Scr@tchWeb - labo: Titanium Mobileでクロスプラットフォーム開発 - 環境構築編 -

■ Downloading Titanium Studio

Specify your OS from the “Titanium Downloads” section and install.

・Download: Resources

■ Installing Titanium Studio

For Mac, just open the downloaded dmg file and move it to the Applications directory.

■ Starting Titanium Studio and Initial Configuration

When starting for the first time, a workspace specification screen appears, so if you don’t have any particular preference, the default is fine.

I created a TitaniumStudioWorkspace directory in Dropbox and specified it as the workspace.

■ Creating a Titanium Mobile Project

First, let’s create a Titanium Mobile Project and try running it on the iPhone Simulator.

Enter the project information like this:

・Project name: test ・App Id: edu.self

■ Creating a Titanium Mobile Project

Let’s try creating one arbitrarily for now.

Android SDK Installation/Configuration

Android SDK を Mac にインストールする方法 | ウェブル

» Android環境構築(Mac版) Tech Fun.cc

■ Kitchen Sink

Titanium Studioでエラー「[Titanium SDK Home] The Desktop-SDK root path /Library/Application Support/Titanium/sdk/osx’ is not a directory」

That’s all from the Gemba.