The Database Inspector has been updated to help you write and execute your custom SQL statements. When you open the inspector and open a New query tab, you should notice a larger, resizable editor surface to author and format your queries, as shown below.
Additionally, we now provide history of your previous queries. When you click on the Show query history button, you should see a list of queries you previously ran against the currently selected database. Click a query in the list to see a preview of the full query in the editor and press Enter to copy it to the editor. Then, click Run to execute the statement.
To learn more, see the release notes.
This update includes fixes for the following issues:
Additionally the issues below were addressed in this release but may not be necessarily fixed:
Improved support for YUV images used with AHardwareBuffer + Vulkan.
To improve discoverability, when running foldable AVDs, pressing the folding icon on the toolbar will open the 3D foldable view.
Added support for rollable displays.
Updated macOS build documentation.
Fixed issues when setting the theme and hiding the extended controls window.
Safe Args is a Gradle plugin that generates simple object and builder classes for type-safe navigation and access to any associated arguments. Android Studio 4.2 Canary 9 and higher includes special support when working with Safe Args, as described below: