android - List installed sdk package via command line -
i want list installed sdk packages command lines.(for reasons cannot use gui)
i have done research , found out several commands list available packages on remote server, fail find command list installed sdk packages yet.
thanks
with android sdk tools 25.2.3 (and higher):
$android_home/tools/bin/sdkmanager --list
see: https://developer.android.com/studio/command-line/sdkmanager.html#usage
Comments
Post a Comment