Setup Titanium Studio environment for developing Titanium module (Android) on Windows

Isnin, 3 Disember 2012, 4:36 pm35

Using Titanium Studio 2.1.2.201208301612 and Titanium Mobile 2.1.4.GA

  1. Install Android SDK on path without space (C:Androidandroid-sdk)
  2. Install SDK platform AND Google API – 2.2 to latest (4.2)
  3. Install Android NDK (C:Androidandroid-ndk-r8b)
  4. Add titanium.py to PATH
    C:UsersUsernameAppDataRoamingTitaniummobilesdkwin322.1.4.GA
  5. Add python to PATH (if you don’t have python installed):
    C:UsersUsernameAppDataLocalTitanium Studiopluginscom.appcelerator.titanium.python.win32_1.0.0.1338515509python

    (Browse into the folder if want to know exact foldername)

  6. Install Gperf and add to PATH
    C:Program FilesGnuWin32bin

Create new module

  1. Open Titanium Studio
  2. Right click Project Explorer > New > Titanium Mobile Module Project
  3. You should be able to select Android as platform
  4. Continue until finish creating
  5. Edit build.properties, add
    android.ndk=C:Androidandroid-ndk-r8b

Build & package module

  1. Right click build.xml > Run As > Ant Build
  2. Packaged module zip file is in dist folder

Setup Trac on Windows

3 Disember 2012

OOP the right way

15 November 2012

Tulis komen: