Posted by Neville Sicard-Gregory – Senior Product Supervisor, Android Studio
Right this moment we’re launching Android Studio Iguana 🦎 within the steady launch channel to make it simpler so that you can create prime quality apps. With options like Model Management System help in App High quality Insights, to the brand new built-in help 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 latest 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 harder to precisely navigate from crash to code when utilizing App High quality Insights. Should you’re utilizing git in your model management, there’s now an answer to this downside.
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 match your native checkout with the precise code that induced the crash out of your git historical past.
After you construct your app utilizing Android Gradle Plugin 8.3 or increased 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. Be taught extra.
View Crashlytics crash variants in App High quality Insights
Right this moment, when you choose a Crashlytics difficulty in App High quality Insights, you see aggregated information from occasions that share similar factors of failure in your code, however might have totally different root causes. To assist in your evaluation of the foundation causes of a crash, Crashlytics now teams occasions that share very related stack traces as difficulty variants. Now you can view occasions in every variant of a crash report in App High quality Insights by choosing a variant from the dropdown. Alternatively, you may view mixture info for all variants by choosing All.
Design
Jetpack Compose UI Test
To assist builders construct adaptive and accessible UI in Jetpack Compose, Iguana introduces a brand new UI Test mode in Compose Preview. This characteristic works equally to visible linting and accessibility checks integrations for views. Activate Compose UI test mode to robotically audit your Compose UI and test for adaptive and accessibility points throughout totally different display sizes, comparable to textual content that is stretched on massive screens or low shade distinction. The mode highlights points discovered in numerous preview configurations and lists them within the issues panel.
Attempt it out by clicking the UI Test icon 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 characteristic robotically lowers the element of out-of-view previews to spice up efficiency, which means you may scroll by means of even probably the most complicated layouts with out lag.
Develop
Intellij Platform Replace
Android Studio Iguana consists of the IntelliJ 2023.2 platform launch, which has many new options comparable to help for GitLab, textual content search in Search In all places, shade customization updates to the brand new UI and a bunch of latest enhancements. Be taught extra.
Testing
Baseline Profiles module wizard
Many instances while you run an Android app for the primary time on a tool, the app can seem to have a gradual begin time as a result of the working system has to run just-in-time compilation. To enhance this case, you may create Baseline Profiles that assist Android enhance facets 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 mission to help Baseline Profiles and employs the newest Baseline Profiles Gradle plugin, which simplifies setup by automating required duties with a single Gradle command.
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.
Take a look at towards configuration adjustments with the Espresso Gadget API
Catch format issues early and guarantee your app delivers a seamless person expertise throughout units and orientations. The Espresso Gadget API simulates how your app reacts to configuration adjustments—comparable to display rotation, gadget folding/unfolding, or window measurement adjustments—in a synchronous means on digital units. These APIs allow 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 prime of latest gRPC endpoints launched in Android Emulator 34.2, which permits safe bidirectional information streaming and exact sensor simulation.
Pixel 8 and Pixel 8 Professional units in Android Emulator (34.2)
Take a look at your app on the newest Google Pixel gadget 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 units is a handy means to make sure that your app reacts appropriately to a wide range of display sizes and gadget sorts.
Construct
Assist for Gradle Model Catalogs
Android Studio Iguana streamlines dependency administration with its enhanced help for TOML-based Gradle Model Catalogs. You may profit from:
- Centralized dependency administration: Maintain all of your mission’s dependencies organized in a single file for simpler enhancing and updating.
- Time-saving options: Take pleasure in seamless code completion, sensible navigation inside your code, and the flexibility to shortly edit mission dependencies by means of the handy Undertaking Construction dialog.
- Elevated effectivity: Say goodbye to scattered dependencies and guide model updates. Model catalogs provide you with a extra manageable, environment friendly growth workflow.
New initiatives will robotically use model catalogs for dependency administration. When you’ve got an current mission, take into account making the change to profit from these workflow enhancements. To discover ways 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 means of integration with the Google Play SDK Index. Simply see Play coverage points proper in your construct recordsdata and Undertaking Construction Dialog. This streamlines compliance, serving to you keep away from surprising publishing delays or rejections on the Google Play Retailer.
Android Studio compileSdk model help
Utilizing Android Studio to develop a mission that has an unsupported compileSdk model can result in surprising errors as a result of older variations of Android Studio might not deal with the brand new Android SDK appropriately. To keep away from these points, Android Studio Iguana now explicitly warns you in case your mission’s meant compileSdk is for a more moderen model that it doesn’t formally help. If obtainable, it additionally suggests transferring to a model of Android Studio that helps the compileSdk utilized by your mission. Remember the fact that upgrading Android Studio may additionally require that you simply improve AGP.
Abstract
To recap, Android Studio Iguana 🦎consists of the next enhancements and options:
Debugging
Design
Develop
Testing
Construct
Obtain Android Studio Right this moment
Obtain Android Studio Iguana 🦎 at this time and reap the benefits of the newest options to streamline your workflow and allow you to make higher apps. Your suggestions is important – test identified points, report bugs, recommend enhancements, and be a part of our vibrant group on LinkedIn Medium, YouTube, or X (previously often known as Twitter). Let’s construct the way forward for Android apps collectively!