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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -