Yahoo India Web Search

Search results

    • Upgraded IntelliJ platform, APG Upgrade Assistant

      • Google on Tuesday announced the stable release of Android Studio 4.2 for developers after being in beta testing for months. This release includes an upgraded IntelliJ platform, APG Upgrade Assistant, and features aimed at improving productivity as an Android app developer.
  1. People also ask

  2. May 4, 2021 · We are excited to announce that Android Studio 4.2 is now available to download in the stable release channel. The focus areas for this release is an upgraded IntelliJ platform and a handful of new features centered around improving your productivity as an Android app developer.

    • Develop

      Develop - Android Studio 4.2 - Android Developers Blog

    • Android

      Android - Android Studio 4.2 - Android Developers Blog

  3. Jun 30, 2021 · Android Studio 4.2.2 is now available in the Stable channel. If you already have an Android Studio build on the Stable channel, you can get the update by clicking Help > Check for Update (Android Studio > Check for Updates on macOS). Otherwise, you can download here.

    • OID Gradle Plugin 4.2.0
    • Database Inspector
    • Upgrade Assistant For AGP
    • System Trace: Improved Metrics For Memory and Graphics
    • New Layout Inspector Refresh Action
    • Support For Safe args
    • R8 Retrace Now Available in Command-Line Tools
    • Deploy to Multiple Devices
    • New Removable Setting For Feature Modules
    • Apply Changes

    The latest version of the Android Gradle plugin includes many updates. To learn more, read the full Android Gradle plugin release notes.

    Query editor improvements

    The Database Inspector includes some improvements to help you write and execute your custom SQL statements. When you open the inspector and open a New querytab, you should notice a larger, resizable editor surface to author and format your queries, as shown below. Additionally, we now provide a history of your previous queries. When you click on the Show query history {: .inline-icon} button, you should see a list of queries you previously ran against the currently selected database. Click a...

    Offline mode

    In previous versions of Android Studio, disconnecting from an app process while using the Database Inspector resulted in closing the inspector and its data. In Android Studio 4.2, we've added the ability to keep inspecting your app's databases after a process disconnects, making it easier to debug your app after a crash. When a disconnect occurs, the Database Inspector downloads your databases and then makes them available to you in offline mode. When offline, you can open tables and run quer...

    A new Upgrade Assistant for Android Gradle plugin can help you update the AGP version for your project. Built on top of the existing AGP upgrade functionality, this tool guides you through project-wide updates/refactorings and includes a preview of the updates to help prevent potential breaking changes before executing the AGP upgrade.

    In the CPU profiler, the System Tracefeature now includes new metrics for analyzing app performance and includes the following: 1. Events Table.Lists all trace events in the currently selected thread. 2. BufferQueue. In the Display section, this new track shows the buffer count of the app's surface BufferQueue(0, 1, or 2) to help you understand the...

    Introduced in Android Studio 4.0, the Layout Inspector was designed for real-time inspection of your running app’s UI stack. However, you might not always want the Layout Inspector to immediately reflect what’s happening in your app, since you might want to inspect a snapshot of your app’s layout at a specific point in time or minimize the performa...

    Safe Argsis a Gradle plugin that generates simple object and builder classes for type-safe navigation and access to any associated arguments. Android Studio now includes richer support when working with Safe Args, as described below: 1. Autocompletions for Directions, Args, and the various builder classes 2. Support for both Java and Kotlin safe ar...

    Available in version 4.0 of the command-line tools, R8 retrace is a standalone tool for obtaining the original stack trace from an obfuscated stack trace. You can download this package with the SDK manager, which installs R8 retrace in android_sdk/cmdline-tools. Alternatively, you can download the standalone command-line tools package. For usage in...

    To help streamline app testing across devices and API levels, you can now deploy your app to multiple devices or emulators simultaneously by following these steps: 1. Choose Select Multiple Devicesin the target device dropdown menu (in the top-center of the IDE). 2. Select the target devices and click OK. 3. Run your app.

    Android Gradle plugin 4.2 uses bundletool 1.0.0, which introduces a behavior change for apps using feature modules: Any feature module specified as dist:install-time that's not explicitly marked as dist:removablewill become non-removable by default. This new setting optimizes fusing of install-time modules with the base module, potentially improvin...

    To help you be more productive as you iterate on your app, we've made the following enhancements to Apply Changes for devices running Android 11 or higher:

  4. May 4, 2021 · Android Studio Release Updates: Android Studio 4.2 available in the Stable channel. Platform. Android Studio. Google Play. Jetpack.

  5. May 13, 2021 · Android Studio 4.2 is now available in the stable release channel. Read the blog for detailed information on what’s new, including a new tool to help migrate your project to the latest Android...

  6. Mar 9, 2021 · Android Studio 4.2 Beta 6 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.

  7. May 6, 2021 · After being in development for some time, Google has now announced the stable release of Android Studio 4.2. The latest version of the chief tool used by developers to create Android apps,...