Titanium Mobile Introduction (Titanium Studio Installation/Configuration ~ Running on iPhone/Android Simulator)
I set up an environment for developing iPhone/Android apps with Titanium Mobile, so here’s a memo of the steps.
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アプリ 第二章 補完稿
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 を Mac にインストールする方法 | ウェブル
・» Android環境構築(Mac版) Tech Fun.cc
■ Kitchen Sink
That’s all from the Gemba.