Release updates archive

Emulator 27.1.12 is now available in the Canary channel. It contains fixes for the following issues:



Android Studio 3.2 Canary 4 is now available in the Canary and Dev channels.


This update includes fixes for the following public issues:



Android Studio 3.1 Beta 4 is now available in the Canary, Dev, and Beta channels.


This update includes fixes for the following public issues:
  • Issue#72752164: Android Studio 3.1 creates native libraries twice as big as 3.0!
  • Issue#70937387: AS Build: 3.1 Canary 6 kills the "Key Password".



Emulator 27.1.10 is now available in the Canary channel.

  • Issue#72475703: ObsoleteLintCustomCheck reported for third party libs and not ignorable from lint.xml
  • Issue#72756166: AGP 3.1-beta1 StringDef Lint Error



If you already have an Android Studio build on the Canary or Dev channel ...


  • Issue#72082657: "Unable to find manifest output" after update to 3.1.0-alpha08(canary-8)
  • Issue#72758525: Verifier rejected class C0: float C0.M6() failed to verify: float C0.M6(): [0xB] copy1 v1<-v0 type=Imprecise Constant: -128
  • Issue#72811434: D8 seems to mistakenly remove an infinite loop during compilation
  • Issue#72258872: Lint is wrongly detecting "CheckResult" in Kotlin code
  • Issue#72509078: HalfFloat false positive on converting short into Half using its APIs.
  • Issue#72581487: Bug: Elvis operator on cursor initialization -> "Missing recycle() calls" warning
  • Issue#72685131: ObsoleteSdkInt check does not flag == comparisons against APIs lower than min SDK.
  • Issue#72753926: Remove lint check for targetSdkVersion != Support Library version

A new version of the Android 8.1 system image is now available for the Android Emulator. You can get it from the SDK Manager as "Google Play Intel x86 Atom System Image", API 27, revision 3.



Android Studio 3.1 Beta 2 is now available in the Canary, Dev and Beta channels.


This update includes fixes for the following public issues ...

We just published ConstraintLayout 1.1.0 beta 5. We consider it the release candidate for 1.1.0 stable. It’s available from the google maven repository:

dependencies {
    compile 'com.android.support.constraint:constraint-layout:1.1.0-beta5'
}

Documentation is available on ...