Android Studio provides the fastest tools for building apps on every type of Android device.
___________
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 Runcommand.
- 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.
Download Link
Comments
Post a Comment