[TIMOB-26079] App does not run if included module have multiple .aar file.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-08-24T17:30:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 7.5.0 |
Components | Android |
Labels | n/a |
Reporter | Motiur Rahman |
Assignee | Jan Vennemann |
Created | 2018-05-31T01:29:57.000+0000 |
Updated | 2018-08-24T17:30:51.000+0000 |
Description
I am trying to build an Android module that includes .aar files. The module currently doesn't do much at all but when I include various .aar files then the module is created but when it gets to running the test app of the module it fails.
It creates the unsigned apk and then processes the dex files and then the src files when it throws the following error.
(__('Valid ABIs for this project: %s', this.abis(', ')));
: this.abis is not a function
Failed to run ti /Users/jasonwogan/.appcelerator/install/7.0.3/package/node_modules/titanium/lib/titanium.js
The Module: https://github.com/jwogan5/sampleApp/blob/master/android.zip
*Steps To Reproduce*
1. Just build that module
2. Then run it with any sample test App.
This ticket should be in TIMOB, not MOD. MOD is solely for module we produce
https://github.com/appcelerator/titanium_mobile/pull/10084
*Closing ticket.* The fix is present in SDK: {noformat} 7.4.0.v20180810061237 {noformat}