Skip to content

Instantly share code, notes, and snippets.

@billdawson
Created April 25, 2010 14:30
Show Gist options
  • Save billdawson/378439 to your computer and use it in GitHub Desktop.
Save billdawson/378439 to your computer and use it in GitHub Desktop.
Suggestion for adding to top of Getting Started with Titanium Mobile
<h2>Pre-Requisites</h2>
<h3>For iPhone/iPad App Development</h3>
<p>Get the latest iPhone SDK from Apple's <a href="http://developer.apple.com/iphone">iPhone
Dev Center</a>. The standard SDK download will include XCode and all the other development
tools that we require. Note: You need at least iPhone SDK 3.2 if you want to develop for
both the iPhone and the iPad. </p>
<h3>For Android App Development</h3>
<p>Install the <a href="http://developer.android.com/sdk/">Android SDK</a>. When running
the Android SDK setup program (called the "Android SDK and AVD Manager"), be sure to install
"<strong>SDK Platform Android 1.6, API 4</strong>". You may also install more recent
platforms (such as 2.1), but 1.6 is an absolute requirement for Titanium. Also install
the "Google APIs" package(s) so that you can run the KitchenSink (our sample application
that shows off Titanium functionality) and use the Google Maps API.</p>
<p>Install the latest <a href="http://java.sun.com/javase/downloads/index.jsp">Sun/Oracle
Java Development Kit</a>. JDK 1.6 is the minimum requirement for Titanium.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment