[TIMOB-28519] CLI: Remove check for dx tooling
| GitHub Issue | n/a |
| Type | Improvement |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2021-08-25T16:06:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 10.1.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Ewan Harris |
| Assignee | Ewan Harris |
| Created | 2021-08-12T17:40:02.000+0000 |
| Updated | 2021-08-25T16:06:24.000+0000 |
Description
Description
In version 31 of the Android SDK tooling the dx tool is removed, causing an error issue to be shown on ti info -t android. We should remove this from the required tooling section
Steps to reproduce
1. Install the SDK 31 tooling
2. Run \[appc\] ti info -t android
Actual
It shows an error that the dx tool is missing
Expected
As the tool has been removed, it should no longer warn about this
Comments
JSON Source
PR: https://github.com/appcelerator/node-titanium-sdk/pull/467
titanium CLI PR to remove checks: https://github.com/appcelerator/titanium/pull/500
titanium_mobile PR to update node-titanium-sdk: https://github.com/appcelerator/titanium_mobile/pull/13041