I know that from Android Studio you can see the details of a certain device or AVD (eg. size screen, has camera or not,...) but I am unable to find the way to do it using command line.
With the command
avdmanager -v list device
I get
Parsing .....
id: 0 or "tv_1080p"
Name: Android TV (1080p)
OEM : Google
Tag : android-tv
---------
id: 1 or "tv_720p"
Name: Android TV (720p)
OEM : Google
Tag : android-tv
...
and I would like to see the details (hardware profile,...) for eg. "tv_720p"
Thanks!
PS: sorry if I mix some concepts, I have still some "dark spots" in this Android's world :-)