Skip to main content

android studio 1.2

See All Stories

PSA: Stable release of Android Studio 1.2 now available

Android Studio 1.0

Google has now released Android Studio 1.2 in the stable update channel. As has been the case since the software was first released in beta just about a month ago, the update features a distraction-free mode, inline debugger variables, simultaneous tag editing, better formatting, and more.

Version 1.2 updates Android Studio to IntelliJ 14.1.1, which means (compared to version 1.1) version 1.2 of the environment picks up all of the IntelliJ 14 and 14.1 features, including:
  • a new debugger which shows variable values inline in the editor, can decompile libraries you don’t have source code for, and can generate a list of objects referring to a selected object
  • distraction free mode
  • simultaneous tag editing (where you can edit open and closing tags simultaneously)
  • editor enhancements like multiple selections, smart backspace indent, and automatic indentation detection for the current file
  • new and improved refactoring operations
  • annotation inference, scratch files, improved Gradle support, improved diff view, high-density monitor support, and many more features
  • See https://www.jetbrains.com/idea/whatsnew/ for more details.

You can grab Android Studio at the Google Developer website, and if you already have it installed, you’ll find that version 1.2 should be available right now.