[TIMOB-7545] Android: ant clean does not work in windows when building titanium mobile sdk
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Allen Yeung |
Assignee | Ingo Muschenetz |
Created | 2012-02-03T14:50:20.000+0000 |
Updated | 2016-08-23T22:52:26.000+0000 |
Description
Steps to reproduce:
1. Inside the titanium_mobile\android directory, run 'ant clean'
ant clean does not currently work when building titanium mobile sdk in windows. There is currently a work around for this issue by running 'git clean -fxd' instead. More investigation needs to be done, but it seems related to the android ndk r7 (which has experimental components in windows).
[~cwilliams] Is this still an issue?