Thursday, November 14, 2024

Android Studio Iguana is secure


Posted by Neville Sicard-Gregory – Senior Product Supervisor, Android Studio

At this time we’re launching Android Studio Iguana 🦎 within the secure launch channel to make it simpler so that you can create prime quality apps. With options like Model Management System assist in App High quality Insights, to the brand new built-in assist to create Baseline Profiles for Jetpack Compose apps, this model ought to improve your growth workflow as you optimize your app. Obtain the newest model at this time!

Try the listing of recent options in Android Studio Iguana under, organized by key developer flows.

Debugging

Model management system integration in App High quality Insights

When your launch construct is a number of commits behind your native supply code, line numbers in Firebase Crashlytics crash reviews can simply go stale, making it tougher to precisely navigate from crash to code when utilizing App High quality Insights. Should you’re utilizing git to your model management, there’s now an answer to this drawback.

Whenever you construct your app utilizing Android Gradle Plugin 8.3 or later and the newest model of the Crashlytics SDK, AGP consists of git commit info as a part of the construct artifact that’s revealed to the Play Retailer. When a crash happens, Crashlytics attaches the git info to the report, and Android Studio Iguana makes use of this info to check your native checkout with the precise code that brought on the crash out of your git historical past.

After you construct your app utilizing Android Gradle Plugin 8.3 or larger with the newest Crashlytics SDK, and publish it, new crash reviews within the App High quality Insights window allow you to both navigate to the road of code in your present git checkout or view a diff report between the present checkout and the model of your app codebase that generated the crash report. Study extra.

app quality insights with version control system integration in Android Studio

App High quality Insights with Model Management System Integration

View Crashlytics crash variants in App High quality Insights

app quality insights in Android Studio

Crash variants in App High quality Insights

At this time, when you choose a Crashlytics challenge in App High quality Insights, you see aggregated information from occasions that share an identical factors of failure in your code, however might have completely different root causes. To help in your evaluation of the basis causes of a crash, Crashlytics now teams occasions that share very comparable stack traces as challenge variants. Now you can view occasions in every variant of a crash report in App High quality Insights by deciding on a variant from the dropdown. Alternatively, you’ll be able to view combination info for all variants by deciding on All.

Design

Jetpack Compose UI Examine

To assist builders construct adaptive and accessible UI in Jetpack Compose, Iguana introduces a brand new UI Examine mode in Compose Preview. This function works equally to visible linting and accessibility checks integrations for views. Activate Compose UI test mode to mechanically audit your Compose UI and test for adaptive and accessibility points throughout completely different display sizes, corresponding to textual content that is stretched on massive screens or low shade distinction. The mode highlights points discovered in several preview configurations and lists them within the issues panel.

Strive it out by clicking the UI Examine icon in Compose Preview.

UI Check entry point in Compose Preview

UI Examine entry level in Compose Preview

UI Check results of Reply App in Compose Preview

UI Examine outcomes of Reply App in Compose Preview

Progressive rendering for Compose Preview

Compose Previews in Android Studio Iguana now implement progressive rendering, permitting you to iterate in your designs with much less loading time. This function mechanically lowers the element of out-of-view previews to spice up efficiency, that means you’ll be able to scroll by way of even essentially the most advanced layouts with out lag.

moving image showing progressive rendering in Compose

Progressive Rendering in Compose

Develop

Intellij Platform Replace

Android Studio Iguana consists of the IntelliJ 2023.2 platform launch, which has many new options corresponding to assist for GitLab, textual content search in Search In all places, shade customization updates to the brand new UI and a bunch of recent enhancements. Study extra.

Testing

Baseline Profiles module wizard

Many occasions whenever you run an Android app for the primary time on a tool, the app can seem to have a sluggish begin time as a result of the working system has to run just-in-time compilation. To enhance this example, you’ll be able to create Baseline Profiles that assist Android enhance features like app start-up time, scrolling, and navigation velocity in your apps. We’re simplifying the method of establishing a Baseline Profile by providing a brand new Baseline Profile Generator template within the new module wizard (File > New > New Module). This template configures your undertaking to assist Baseline Profiles and employs the newest Baseline Profiles Gradle plugin, which simplifies setup by automating required duties with a single Gradle command.

Baseline Profile module wizard - Create New Module

Baseline Profile Generator

Moreover, the template creates a run configuration that lets you generate a Baseline Profile with a single click on from the “Choose Run/Debug Configuration” dropdown listing.

Generate Baseline Profile drop-down menu

Generate Baseline Profile drop-down menu

Take a look at in opposition to configuration adjustments with the Espresso Gadget API

Synchronous testing of window size changes using Espresso Device API

Synchronous testing of window dimension adjustments utilizing Espresso Gadget API

Catch format issues early and guarantee your app delivers a seamless consumer expertise throughout gadgets and orientations. The Espresso Gadget API simulates how your app reacts to configuration adjustments—corresponding to display rotation, system folding/unfolding, or window dimension adjustments—in a synchronous means on digital gadgets. These APIs enable you to rigorously take a look at and preemptively repair points that frustrate customers so that you construct extra dependable Android apps with confidence. These APIs are constructed on high of recent gRPC endpoints launched in Android Emulator 34.2, which allows safe bidirectional information streaming and exact sensor simulation.

Pixel 8 and Pixel 8 Professional gadgets in Android Emulator (34.2)

Take a look at your app on the newest Google Pixel system configurations with the up to date Android Digital Gadget definitions in Android Studio. With Android Studio Iguana and the newest Android Emulator (34.2+), entry the Pixel Fold, Pixel Pill, Pixel 7a, Pixel 8, and Pixel 8 Professional. Validating your app on these digital gadgets is a handy means to make sure that your app reacts accurately to quite a lot of display sizes and system varieties.

New Pixel Android Virtual Devices in the Android Emulator

New Pixel Android Digital Gadgets within the Android Emulator.

Construct

Assist for Gradle Model Catalogs

Android Studio Iguana streamlines dependency administration with its enhanced assist for TOML-based Gradle Model Catalogs. You may profit from:

    • Centralized dependency administration: Hold all of your undertaking’s dependencies organized in a single file for simpler modifying and updating.
    • Time-saving options: Get pleasure from seamless code completion, good navigation inside your code, and the power to shortly edit undertaking dependencies by way of the handy Mission Construction dialog.
    • Elevated effectivity: Say goodbye to scattered dependencies and handbook model updates. Model catalogs offer you a extra manageable, environment friendly growth workflow.

New initiatives will mechanically use model catalogs for dependency administration. When you have an present undertaking, contemplate making the change to profit from these workflow enhancements. To learn to replace to Gradle model catalogs, see Migrate your construct to model catalogs.

Further SDK insights: coverage points

Android Studio Iguana now proactively alerts you to potential Google Play coverage violations by way of integration with the Google Play SDK Index. Simply see Play coverage points proper in your construct recordsdata and Mission Construction Dialog. This streamlines compliance, serving to you keep away from sudden publishing delays or rejections on the Google Play Retailer.

Android Studio's project structure dialog showing a warning from the Google Play SDK Index

A warning from the Google Play SDK Index in Android Studio’s Mission Construction dialog

Android Studio compileSdk model assist

Utilizing Android Studio to develop a undertaking that has an unsupported compileSdk model can result in sudden errors as a result of older variations of Android Studio might not deal with the brand new Android SDK accurately. To keep away from these points, Android Studio Iguana now explicitly warns you in case your undertaking’s supposed compileSdk is for a more moderen model that it doesn’t formally assist. If out there, it additionally suggests transferring to a model of Android Studio that helps the compileSdk utilized by your undertaking. Remember the fact that upgrading Android Studio may additionally require that you just improve AGP.

Abstract

To recap, Android Studio Iguana 🦎consists of the next enhancements and options:

Debugging

Design

Develop

Testing

Construct

Obtain Android Studio At this time

Obtain Android Studio Iguana 🦎 at this time and reap the benefits of the newest options to streamline your workflow and enable you to make higher apps. Your suggestions is important – test identified points, report bugs, recommend enhancements, and be a part of our vibrant neighborhood on LinkedIn Medium, YouTube, or X (previously generally known as Twitter). Let’s construct the way forward for Android apps collectively!



Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles