[TIMOB-25805] Android: appc info show a leading 0 before NDK Path
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-02-24T15:55:59.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 7.3.0 |
| Components | Android |
| Labels | android, log |
| Reporter | Michael Gangolf |
| Assignee | Hans Knöchel |
| Created | 2018-02-24T12:02:27.000+0000 |
| Updated | 2018-06-12T19:54:28.000+0000 |
Description
Current output of
appc info android
{noformat}
Android NDK
0NDK Path = /home/miga/tools/android-ndk
NDK Version = 12.1.2977051
{noformat}
with the fix:
{noformat}
Android NDK
NDK Path = /home/miga/tools/android-ndk
NDK Version = 12.1.2977051
{noformat}
PR: https://github.com/appcelerator/titanium_mobile/pull/9883
Closing ticket. Verified in SDK Version: 7.3.0.v20180607210411.
Appc infono longer has a typo.Android NDK NDK Path = /Users/Samir/Library/Android/android-ndk-r12b NDK Version = 12.1.2977051