[TIMOB-14985] CLI: Android: Improve mechanism for resolving tools from /tools, /build-tools and /platform-tools directory in Android sdk
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-09-26T20:58:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android, CLI, Tooling |
Labels | n/a |
Reporter | Allen Yeung |
Assignee | Chris Barber |
Created | 2013-08-28T17:13:40.000+0000 |
Updated | 2017-03-21T18:04:45.000+0000 |
Description
Currently, we just looking into all the folders like tools, platform-tools, and build-tools for executables like dx. The problem is that Google may change this directory structure during different releases, and we need to patch our tools accordingly each time.
We need to find a way to mitigate this such that we don't need to change out build tools when Android changes their directory structure.
Titanium CLI 3.2 will allow the ability to specify paths every external executable dependency via the CLI's config. If something changes, we can have a workaround until it's fixed in the code.
Closing ticket as the issue will not fix.