--installed, -i
Part of the Command Reference.
asd --installed [name]
asd -i [name]
Lists components actually present under $ANDROID_HOME, by scanning for
package.xml files — independent of the registry, so it works even without
running --update first.
Arguments
name(optional) — filters to package paths matching exactly or as a;-prefixed group.
Examples
asd --installed # everything installed
asd -i ndk # just NDK entries
PACKAGE NAME VERSION
ndk/27.0.12077973 NDK (Side by side) 27.0.12077973
platform-tools Android SDK Platform-Tools 35.0.2
If $ANDROID_HOME doesn’t exist, asd reports that instead of an empty
list:
SDK root not found at /home/you/Android/Sdk