There's a bug in titanium that we need a fix for https://jira.appcelerator.org/browse/TIMOB-16122 so I'm trying to compile from source.
I'm trying to compile to Android 19 using scone as per the instructions on the Appcelerator page but I'm getting the following error: http://pastie.org/8937554
The SConstruct file from the GIT master was hardcoded to use Android 17 and we wanted to support 19 so I changed that to be 19.
The error I'm getting is complaining about an abstract function that was added in Android 18.
Am I wrong in my assumption that I can simply change 17 to 19 like that? If so, is there some other GIT repo/branch for Android 19?