[Bug] android-cli has obsoleted information
Author: ganadistCreated Sep 16, 2026Updated Sep 16, 2026
Labelsbug
Affected Skill
android-cli
Description
- skills/android-cli/references/interact.md
- layout --diff option is deprecated and no-op, but instruction described to use it.
- layout subcommand output
- https://github.com/android/skills/blob/466e1b5c5beb86cde9d35c81c2ffd26c6aef0502/devtools/android-cli/references/interact.md?plain=1#L13-L16
- Actual output
$ android layout | jq [ { "class": "android.widget.ScrollView", "resource-id": "com.google.android.apps.nexuslauncher:id/workspace", "interactions": [ "SCROLLABLE" ], "bounds": "[0,0][1080,2400]", "center": "[540,1200]", "children": [ { "class": "androidx.viewpager.widget.ViewPager", "resource-id": "com.google.android.apps.nexuslauncher:id/smartspace_card_pager", "content-desc": "At a glance", "interactions": [ "SCROLLABLE", "LONG_CLICKABLE" ], ...- interactions/state fields are SNAKE_CASE, not kebab-case.
resourceId->resource-idcontentDesc->content-desc
Source: android/skills