snapcrafters / android-studio

A community-maintained package to easily install Android Studio on Linux
https://developer.android.com/studio/index.html
47 stars 14 forks source link

Release version 3.1.2 #22

Closed om26er closed 6 years ago

om26er commented 6 years ago

Change log from https://developer.android.com/studio/releases/

3.1.2 (April 2018)

This update to Android Studio 3.1 includes fixes for the following bugs:

In some cases, Android Studio hung indefinitely during exit.
Builds configured with source sets failed with the following message when Instant Run was enabled:

"The SourceSet name is not recognized by the Android Gradle Plugin."

When Instant Run was enabled, builds of new Kotlin projects failed when triggered by the Run command.
During editing of the build.gradle file, there was sometimes a noticeable delay between typing a character and the character appearing on the screen.
Build failures occurred during dexing in some projects with large numbers of modules or external dependencies, with the following error message:

"RejectedExecutionException: Thread limit exceeded replacing blocked worker"

The computation of the D8 main DEX list was not taking into account some reflective invocations.
This update also includes changes that make running lint checks from Gradle much faster in some scenarios.
om26er commented 6 years ago

This release actually fixed bugs that I face personally, so definitely a great release.