...
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:
- Navigate to the SDK directory
- Edit code of files to modify and save
- 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)
- Build your project in Titanium Studio.
...