Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified that rebuilding SDK only works for iPhone

...

Modifying an Already-Built SDK

Note

This is only possible with the iPhone SDK, since the Android SDK is compiled into jars.

In order to make modifications to the iOS or Android code in an existing Titanium SDK, follow these steps:

  1. Navigate to the SDK directory
  2. Edit code of files to modify and save
  3. Delete the relevant build folder in your project directory (<project root>/build/iphone or <project root>/build/android/* - Note, only delete the contents of "android", not the folder. It's safe to delete the build/iphone folder)
  4. Build your project in Titanium Studio.

...