II.
Tool JSON
Structured · livetool:android-studio
Android Studio json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:android-studio",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Android Studio",
"homepageUrl": "https://developer.android.com/studio",
"kind": "other",
"description": "Official IDE for Android development based on IntelliJ IDEA.\nIncludes layout editors, APK analyzer, AVD emulator manager,\nGradle integration, and Jetpack Compose tooling.\n"
},
"outgoingEdges": [
{
"from": "tool:android-studio",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "tool:android-studio",
"to": "skill-area:android-native",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:android-studio",
"to": "skill-area:developer-environment",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:android-studio",
"to": "skill-area:editor-fluency",
"kind": "used_for",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "specialization:mobile-development",
"to": "tool:android-studio",
"kind": "uses_tool"
},
{
"from": "specialization:react-native-mobile",
"to": "tool:android-studio",
"kind": "uses_tool"
}
]
}