Show navigation Hide navigation

Android Studio Release Notes

Android Studio is the official IDE for Android development, and with a single download includes everything you need to begin developing Android apps:

  • IntelliJ IDE + Android Studio plugin
  • Android SDK Tools
  • Android Platform-tools
  • A version of the Android platform
  • A version of the Android system image for the emulator

For an introduction to Android Studio, read the Android Studio guide.

Periodic updates are pushed to Android Studio without requiring you to update your Android project. To manually check for updates, select Help > Check for updates (on Mac, select Android Studio > Check for updates).

Revisions

The sections below provide notes about successive releases of Android Studio, as denoted by revision number.

Android Studio v1.2.2 (June 2015)

Fixes and enhancements:

  • Fixed build issues that were blocking builds from completing.

Android Studio v1.2.1 (May 2015)

Fixes and enhancements:

  • Fixed minor performance and feature issues.

Android Studio v1.2.0 (April 2015)

Fixes and enhancements:

  • Updated the Android runtime window to include the Memory Monitor tool and added a tab for CPU performance monitoring.
  • Added a Captures tab in the left margin to display the captured memory and CPU performance data files, such as CPU method tracking and memory heap snapshots.
  • Expanded annotation support with additional metadata annotations and inferred nullability.
  • Enhanced the Translations Editor with additional support for Best Current Practice (BCP) 47, which uses 3-letter language and region codes.
  • Integrated IntelliJ 14 and 14.1 features for improved code analysis and performance:
    • Enhanced debugging to show inline values for variables and referring objects, as well as perform inline evaluation of lambda and operator expressions.
    • Added code style detection for tab and indent sizes.
    • Added scratch files for code experiments and prototyping without project files.
    • Added the simultaneous insertion of opening and closing tags in HTML and XML files.
    • Added a built-in Java class decompiler so you can look at what’s inside a library for which the source code is not available.

    See What's New in IntelliJ for a complete description of the new features and enhancements.

  • Added additional Project Views for Scratches, Project Files, Problems, Production, and Tests to enhance project management and access.
  • Enhanced the File > Settings menu and dialogs for improved settings access and management.
  • Added support for high-density displays for Windows and Linux.
  • Added support for 280 dpi resources in the res/drawable-280dpi/ folder.

Android Studio v1.1.0 (February 2015)

Various fixes and enhancements:

  • Added support for the Android Wear watch template.
  • Modified new project and module creation to include res/mipmap folders for density-specific launcher icons. These res/mipmap folders replace the res/drawable folders for launcher icons.
  • Updated launcher icons to have a Material Design look and added an xxxhdpi launcher icon.
  • Added and enhanced lint checks for region and language combinations, launcher icons, resource names, and other common code problems.
  • Added support for Best Current Practice (BCP) language tag 47.

Android Studio v1.0.1 (December 2014)

Various fixes and enhancements:

  • Fixed AVD Manager and device.xml file lock issue.
  • Fixed the emulator log on Windows systems.
  • Fixed issue with creating AVDs with Android Studio and Android SDK installed on different drives on Windows systems.
  • Sets the default update channel for new downloads to Stable. If you installed the 1.0.0 version of Android Studio and would like stable, production-ready version updates, use File > Settings > Updates to change to the Stable update channel.

Android Studio v1.0 (December 2014)

Initial release of Android Studio.

Android Studio v0.8.14 (October 2014)

See tools.android.com for a full list of changes.

Android Studio v0.8.6 (August 2014)

See tools.android.com for a full list of changes.

Android Studio v0.8.0 (June 2014)

Added support for Android Wear projects.

See tools.android.com for a full list of changes.

Android Studio v0.5.2 (May 2014)

Android Studio v0.4.6 (March 2014)

Android Studio v0.4.2 (Jan 2014)

Android Studio v0.3.2 (Oct 2013)

Android Studio v0.2.x (July 2013)

  • Merged in the latest IntelliJ codebase changes. Includes fixes for issues reported by Studio users such as tweaks to Linux font sizes and font rendering.
  • Android Gradle plug-in updated to 0.5.0.

    Caution: This new version is not backwards compatible. When opening a project that uses an older version of the plug-in, Studio will show an error stating Gradle <project_name> project refresh failed.

    The updated Gradle plug-in includes the following changes:

    • Fixed IDE model to contain the output file even if it's customized through the DSL. Also fixed the DSL to get/set the output file on the variant object so that it's not necessary to use variant.packageApplication or variant.zipAlign
    • Fixed dependency resolution so that we resolved the combination of (default config, build types, flavor(s)) together instead of separately.
    • Fixed dependency for tests of library project to properly include all the dependencies of the library itself.
    • Fixed case where two dependencies have the same leaf name.
    • Fixed issue where Proguard rules file cannot be applied on flavors.

    All Gradle plugin release notes are available are here: http://tools.android.com/tech-docs/new-build-system.

  • Gradle errors from aapt no longer point to merged output files in the build/ folder, they point back to the real source locations.
  • Parallel Builds. It's now possible to use Gradle's parallel builds. Please be aware that parallel builds are in "incubation" (see Gradle's documentation.) This feature is off by default. To enable it, go to Preferences > Compiler and check the box Compile independent modules in parallel.
  • Further work on the new resource repository used for layout rendering, resource folding in the editor, and more:
    • Basic support for .aar library dependencies (e.g. using a library without a local copy of the sources). Still not working for resource XML validation and navigation in source editors.
    • Cycle detection in resource references.
    • Quick Documentation (F1), which can show all translations of the string under the caret, will now also show all resource overlays from the various Gradle flavors and build types, as well as libraries. They are listed in reverse resource overlay order, with strikethrough on the versions of the string that are masked.
    • Fixes to handle updating the merged resources when the set of module dependencies change.
    • XML rendering fixes to properly handle character entity declarations and XML and unicode escapes.
  • Save screenshot support for the layout preview and layout editor windows.
  • Template bug fixes.
  • Lint bug fixes.
  • Various fixes for crash reports. Thank you, and keep filing crash reports!

Android Studio v0.1.x (May 2013)

  • Various bug fixes, including a fix for a common Windows installation issue.

 

Troubleshooting

If you encounter problems in Android Studio, look at the following page for possible resolutions to known issues: http://tools.android.com/knownissues.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!