check android developer tools version command line -
i'm trying retrieve adt version generate system reports, not know how , did not find after time googling...
how can check version of android developer tools installed on system using command line?
thanks!
various parts of tools save revision number in files
for example
cat /android/sdk/platform-tools/source.properties | grep pkg.revision cat /android/sdk/tools/source.properties | grep pkg.revision
the build tools placed in versioned directories, can find them via
ls /android/sdk/build-tools/
Comments
Post a Comment