Android Studio Arctic Fox (2026)
| Action | Windows/Linux | macOS | |--------|--------------|-------| | Apply Changes | Ctrl + F10 | Cmd + F10 | | Layout Inspector | Ctrl + Shift + L | Cmd + Shift + L | | Database Inspector | Ctrl + Shift + D | Cmd + Shift + D | | Compose Preview refresh | Ctrl + Shift + P | Cmd + Shift + P |
MyApp/ ├── app/ ├── build.gradle (project-level) ├── settings.gradle ← includes dependencyResolutionManagement android studio arctic fox
The IDE is based on the 2020.3 version of IntelliJ IDEA, bringing improved VCS features, better debugger hints, and enhanced editor performance. Advanced Device Inspection and Debugging
The Layout Inspector has been upgraded to understand Compose layouts, allowing developers to inspect the hierarchy and recomposition counts of Composables in real-time. 2. Advanced Device Inspection and Debugging bringing improved VCS features