[TIMOB-24911] Android: Filtering R. files when building Android modules does not work on Windows.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-09-05T14:03:26.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | Release 6.1.2 |
Components | n/a |
Labels | merge-6.1.2 |
Reporter | Yordan Banev |
Assignee | Yordan Banev |
Created | 2017-06-30T11:13:55.000+0000 |
Updated | 2017-09-18T20:23:47.000+0000 |
Description
Filtering R. files while building Android modules does not happen when done on Windows platform.
*Steps to reproduce:*
1. Download module sources:
e.g. https://github.com/viezel/NappDrawer
2. Select one of the above mentioned SDK versions
3. Build with 'appc run -p android --build-only'
_Note: For building with master 'apiversion' and 'minsdk' in the module's manifest should be bumped_
4. Add the module to the SDK and run an application using it.
PR: https://github.com/appcelerator/titanium_mobile/pull/9183
6_1_X: https://github.com/appcelerator/titanium_mobile/pull/9250
6_1_X: Has been merged as it was a priority. https://github.com/appcelerator/titanium_mobile/pull/9250. Waiting to test 6_2_X and master.
6_2_X: https://github.com/appcelerator/titanium_mobile/pull/9266
Closing as changes are seen in 6.2.0.GA