[TIMOB-2142] Android: Module Resolution Doesn't Handle Packages Correctly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T03:11:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, android_refactor, defect, regression |
Reporter | Don Thorp |
Assignee | Marshall Culpepper |
Created | 2011-04-15T03:11:44.000+0000 |
Updated | 2017-03-03T06:11:43.000+0000 |
Description
Ti.UI.Android and Ti.Android are not detected as separate
namespaces. If both modules are included in boot, and Ti.UI.Android
is added last, calling Ti.Android.createActivity
throws an exception because it's looking in the Ti.UI.Android
module
This is duplicate of #2000
Closing issue due to time passed and irrelevance of the ticket.