Recent Changes‎ > ‎

Android Studio 1.3 Preview 2 Available

posted Jun 1, 2015, 5:31 PM by Tor Norbye   [ updated Jul 28, 2015, 10:18 PM by Esteban de la Canal ]
We've just released Android Studio 1.3 Preview 2. This build contains only 4 bug fixes relative to Preview 1:
  • The lint check which incorrectly flagged missing "missing super method call" errors (issue 174964, shown below) has been fixed.
  • The Setup Wizard no longer installs the Android M preview by default; it installs the most recent stable version (currently API 22). You should only install and use the Android M preview (and buildtools 23-rc) if you are also going to use version 1.3.0-beta1 of the Android Gradle plugin.
  • The layout editor and layout preview windows only use the Android M preview layout library if the project is compiled with the M preview library.
  • Choosing the Design library from the Project Structure Dialog's Add Dependency feature now correctly adds 22:2 instead of 0:0 as the version.
If you encounter additional bugs, please follow these instructions to report them. 

Installation
If you are already using Android Studio, you can update via the built in Update mechanism (Check For Updates).  We also have full installers available for Windows, a DMG image for Mac, and .zip files for all platforms; visit the official Android Studio page for download links.

Problems?
If you run into problems, be sure to check the Known Issues page which we'll update as necessary.
Comments