Android Studio Iguana With Crash Reports
Written by Mike James   
Tuesday, 05 March 2024

Google has announced that the latest version of Android Studio, Iguana, is now stable. It has version control system support in App Quality Insights and new built-in support for creating baseline profiles for Jetpack Compose apps.

Android Studio is the official IDE for Android. It is based on Jetbrain's IntelliJ IDEA, and supports the same programming languages as IntelliJ with extensions for Android.

 androidstudio

The new crash reports are intended for use by developers using the Android Gradle Plugin (AGP) version 8.3 or later and the latest version of the Crashlytics SDK. This version of AGP includes git commit information as part of the build artifact, and if a crash happens, Crashlytics attaches the git information to the report, and Android Studio Iguana uses this information to compare your local checkout with the exact code that caused the crash from your git history. The new version of Studio has new crash reports in the App Quality Insights window that can be used to navigate to the line of code in your current git checkout.

Another improvement in Iguana is a new UI Check mode in Compose Preview. This works similarly to visual linting, and can be used to check for adaptive and accessibility issues across different screen sizes, such as text that's stretched on large screens or low color contrast.

There's also a new Baseline Profiles module wizard that lets you create Baseline Profiles to give Android the data it needs to make apps faster to start up on a new device. The new template configures your project to support Baseline Profiles and uses the latest Baseline Profiles Gradle plugin. This helps with slow startups caused by Android having to run just-in-time compilation.

Another minor improvement is that Compose Previews now implement progressive rendering, which lowers the detail of out-of-view previews to boost performance.

Android Studio Iguana is available now.

 androidstudio

More Information

Android Studio Website

Related Articles

Android Studio Hedgehog Is Now Stable

Android Studio Flamingo Improves UI Tools

Android Studio Electric Eel Released

Android Studio Chipmunk - Cute But Increasingly Unfit For Purpose

Android Studio Bumblebee Adds Support For ADB Over WiFi

Android Studio 4.2 Released

Android Studio 4.1 - No Relief In Sight

Android Studio 4 - Not One Giant Leap For Android Programming

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Wasmer 5 Adds iOS Support
12/11/2024

The Wasmer team has released Wasmer 5.0. The WebAssembly runtime adds experimental support for more back ends including V8, Wasmi and WAMR. It also now has iOS support, and upgraded compilers includin [ ... ]



CSS Ecosystem In the Spotlight
06/11/2024

The 2024 edition of the State of CSS has been posted, revealing that the latest features of the language not only do away with extra tooling, but even start taking on tasks that previously requir [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 05 March 2024 )