[TIMOB-24912] Android: Running a module after it was built fails on Windows.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-07-25T12:52:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.2.0 |
Components | n/a |
Labels | n/a |
Reporter | Yordan Banev |
Assignee | Yordan Banev |
Created | 2017-06-30T11:44:40.000+0000 |
Updated | 2017-07-25T12:52:15.000+0000 |
Description
Running a module after building it from sources fails on Windows.
*Steps to reproduce:*
1. Download module sources
e.g. https://github.com/viezel/NappDrawer
2. Build it with 'appc run -p android -l trace'
3. The process fails after the archive and .jar files are created.
PR: https://github.com/appcelerator/titanium_mobile/pull/9184