Monday, July 16, 2018

Android Studio 3.2 Beta 4 now available


Android Studio 3.2 Beta 4 is now available in the Beta channel.

If you have Android Studio set up to receive updates on the Beta channel, you can get the update by choosing Help > Check for Updates (Android Studio > Check for Updates on Mac). Otherwise, you can download it here.

This update includes the following change in behavior:
  • Added a quick fix when syncing your project. If the minimum SDK version is defined in the manifest but not in build.gradle, the quickfix will remove it from the manifest and add it to build.gradle. If the minimum SDK version is defined in both the manifest and build.gradle, it will remove it from the manifest.

This update includes the following bug fixes:
  • The D8 compiler was improperly handling vector graphics.
  • The D8 compiler was causing a VerifyError.
  • The Recycle lint check was ignoring Kotlin.


For information on new features and changes in all preview builds of Android Studio 3.2, see the Android Studio Preview release notes. For details of bugs fixed in each preview release, see previous entries on this blog.

We greatly appreciate your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. Note that you can also vote for an existing issue to indicate that you are also affected by it.