[TIMOB-7938] Android: Sample module does not build due to change in TiCompositeLayout constructor
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-09T11:52:30.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-05, Release 2.0.0 |
Components | Android |
Labels | module_module, qe-testadded |
Reporter | Allen Yeung |
Assignee | Allen Yeung |
Created | 2012-03-08T14:44:50.000+0000 |
Updated | 2012-07-09T10:29:40.000+0000 |
Description
The constructor arguments were changed to TiCompositeLayout(Context context, LayoutArrangement arrangement, TiViewProxy proxy) instead of TiCompositeLayout(Context context, LayoutArrangement arrangement). As a result, the default module project doesn't build with this change.
To test: 1. build a new module 2. verify that the properties in build.properties are correct 3. run 'ant' on the root of the module The module should build without any errors.
PR ready: https://github.com/appcelerator/titanium_mobile/pull/1607
Build a new module w/ 2.0.0.v20120216180135 without any issues. Not sure what do I need to do to replicate the issue though...
Build.properties
{noformat} titanium.platform=/Library/Application Support/Titanium/mobilesdk/osx/2.0.0.v20120216180135/android android.platform=/Users/egomez/Documents/android-sdk-mac_x86/platforms/android-8 google.apis=/Users/egomez/Documents/android-sdk-mac_x86/add-ons/addon-google_apis-google_inc_-8 {noformat}Closing issue Tested with Ti Studio build 2.0.0.201203182248 Ti Mob SDK 2.0.0.v20120319003254 hash r60b6da4c OSX Lion 10.7.3 Verified that I was able to build a module succesfully