Recent Posts
Recent Comments
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
관리 메뉴

Dev.

[Android] 안드로이드 스튜디오 3.5.2 출시 본문

Knowledge

[Android] 안드로이드 스튜디오 3.5.2 출시

Pppdw 2019. 11. 15. 11:18

<출처>

https://androidstudio.googleblog.com/2019/11/android-studio-352-available.html

 

Android Studio 3.5.2 available

Android Studio 3.5.2 is now available in the Stable channel. If you already have an Android Studio build on the  Stable channel , you can ...

androidstudio.googleblog.com

 

Android Studio 3.5.2 is now available in the Stable channel.

If you already have an Android Studio build on the Stable channel, you can get the update by clicking Help > Check for Update (Android Studio > Check for Updates on macOS). Otherwise, you can download here.

This minor release improves stability and performance, and includes fixes for the following issues:

Gradle

  • Issue#141927977: Constraint reason strings can take too much memory on large projects

Layout Editor

Core IDE

  • Issue #140220674: Setting JDK location to JAVA_HOME in project structure dialog does not set JDK location to JAVA_HOME.
  • Issue #142002567: Android Studio 3.5.1 fails to sync
  • Issue #129261435: Android syncing hangs if distributionSha256Sum mismatches after upgrade

Databinding

  • Issue #140999936: AGP 3.6-alpha11: error: cannot generate view binders java.lang.StackOverflowError
  • Issue #142130560: Arch components github sample does not compile with AGP 3.6.alpha11
  • Issue #141633235: data binding crashes if you have Foo extends LiveData<Foo>

 


For information on new features and changes in all releases of Android Studio, see the Android Studio release notes.

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.

 

Comments