Android Studio 3.2 is now available in the Stable channel. You can download it here.
Known issues
- We strongly recommend against updating to Kotlin 1.2.70. Android Studio includes a version of Kotlin 1.2.61 that fixes a bug that can cause Android Studio to hang. Kotlin 1.2.71 and later also include this fix. Kotlin 1.2.70 does not include this fix.
- Typically, you do not need to manually specify which verison of Android Build Tools for Android Studio to use. However, to use the current build tools when using Android Gradle plugin 3.2.0 with
renderscriptSupportModeEnabled
set totrue
, you do need to include the following in each module'sbuild.gradle
file:android.buildToolsVersion "28.0.3"
A future update of the Android Gradle plugin is intended to address this issue.
What's new
For an overview of what's new in this release, see the release notes.Jamal Eason, a product manager on the Android developer tools team, has an excellent overview of what's new in Android Studio 3.2 on the Android Developers blog.
For details, see these sections of the Android Studio documentation:
- What's New Assistant
- AndroidX migration
- IntelliJ platform update
- Android App Bundle
- Slices
- Sample data in Layout Editor
- Material Design update
- Improved editing of CMake build files
- Navigating external header files
- D8 dexer and R8 shrinker
- Improved lint checks
- ADB Connection Assistant
- Energy Profiler
- Profiler sessions
- System Trace
- Importing and exporting memory heap dumps
- Recording CPU activity on app start or with Debug API
- Importing and exporting CPU traces
- JNI reference tracking
- Emulator snapshots, screen recording, virtual scene camera, and acceleration