Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 7.5.0
-
Component/s: Android
-
Labels:None
-
Story Points:0
-
Sprint:2016 Sprint 17 SDK
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.
Attachments
Issue Links
- links to