Android Studio 4.0 Beta 3 is released. Some updates are as follows:
General fixes
Android Gradle Plugin
Issue # 151040815 : BuildTypeAttr.ATTRIBUTE and VariantAttr.ATTRIBUTE in Android Gradle plugin 4.0.0-beta01 is not compatible with plugin 3.6
Issue # 146520838 : JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT, but BEGIN_ARRAY at line 1 and column 2 $
Build Variants
Issue # 142608498 : AS forgot to choose build variant
Import / Sync
Issue # 149045341 : Very long sync time when using the custom configuration
Issue # 150848406 : GradleVersions pattern matcher issue
View Binding
Issue # 150405777 : Add a change tracker that enables/disables view binding
See the updated description for more details:
https://androidstudio.googleblog.com/2020/03/android-studio-40-beta-3-available.html
Android Studio is the official Android application development integrated development environment (IDE) based on IntelliJ IDEA. In addition to IntelliJ’s powerful code editor and developer tools, Android Studio provides more features that make building Android applications more efficient, such as:
- The Gradle-based flexible build system
- Fast and feature-rich simulator
- A unified environment for development for all Android devices
- Instant Run, which pushes changes to running applications without the need to build a new APK
- Code templates and GitHub integrations to help you build common app features and import sample code
- Rich testing tools and frameworks
- Lint tools that capture performance, ease of use, version compatibility, and other issues
- C ++ and NDK support
- Built-in support for Google Cloud Platform for easy integration with Google Cloud Messaging and App Engine