I would like to get the version of the installed SDK on the computer from a shell command.
Some tools like adb and fastboot have an option to print their version, like adb version
, fastboot --version
, so I was expecting android version
or similar, but there is none.
I don't want to launch any user interface, shell only.
Thanks