Android Studio 3.5 Canary 12 is now available in the Canary and Dev channels.
If you have Android Studio set to receive updates on the .
useProGuard Android Gradle plugin setting deprecated
When using Android Gradle plugin 3.5.0-alpha12 and higher, the build system no longer respects theuseProguard property to determine which code shrinker you want to use. By default, the Android Studio build system uses the R8 compiler to shrink, obfuscate, and optimize your code. However, if you’d like to instead use ProGuard, include the following property in your gradle.properties file: # Include this flag only if you want to use ProGuard instead of R8
# to the IDE. We apologize for any inconvenience.General fixes
This update includes fixes for the following public issues:
Android Studio UI
: Build variants are generated for every ABI though not supposed to
Core IDE
: possible bug in com.android.ide.common.resources.DataItem
Data Binding
: Code Formatting changes the order ofcomponents in Layout hierarchy
Gradle
: Sync error: Variant must exist
: Feature plugin doesn't always generate R.txt file in Gradle Build Plugin 3.3.*
Gradle Sync
: Subclasses of NavHostFragment are not displayed in the destination tab as hosts
Project System
: Unresolved buildSrc objects starting with 3.3
Test Support
. 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 to indicate that you are also affected by it.↗ Original-Artikel auf androidstudio.googleblog.com lesenVollständiger Original-ArtikelDen kompletten Beitrag mit allen Details direkt auf androidstudio.googleblog.com lesen.
SOCIAL SHARE CARD GENERATOR