Android Studio 3.6 Beta 2 is now available in the Beta channel.
If you have Android Studio set up to receive updates on the Beta channel, you can get the update by choosing Help > Check for Updates (Android Studio > Check for Updates on macOS). Otherwise, you can download it here.
General fixes
This update also includes fixes for the following public issues:Android Studio
- Issue #142467886: Too many attributes in a single
causes the app to crash when access R.styleable
- Issue #142286949: Bindings are being created for non-data binding layouts
- Issue #142288059: MergedManifestManager.getSnapshot(facet).getPackage() returns null unexpectedly
- 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
- Issue #141536986: Missing native libs after update an external dependency with native libs java.lang.UnsatisfiedLinkError find "libmylib-jni.so"
- Issue #141869049: aaptOptions.noCompress should be case-insensitive for android resources
- Issue #141980948: Android lint reports duplicates of the same issue
- Issue #135141615: Error while dexing with okhttp 4.0.0 releases
- Issue #139991218: ClassNotFoundException when compiling app with R8
- Issue #139445085: Update light class API to reflect changes for
layouts
For information on new features and changes in all preview builds of Android Studio 3.6, see the Android Studio Preview release notes. 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 reporting a bug. Note that you can also vote for an existing issue to indicate that you are also affected by it.