Which of the following tools shows details about the features installed in Android Studio?

ADB – Android Debug Bridge

With ADB, you can perform a range of tasks on your device, including installing apps, debugging code, and managing your device’s settings and configurations.
ADB works by connecting your device to your computer using a USB cable or Wi-Fi, and then running commands on your device from the command line interface on your computer. This allows you to automate many of the tasks involved in developing an Android app, making it easier to work more efficiently and effectively.

Dexguard – Obfuscator for Android Apps

Dexguard is another obfuscator for Android apps that can be used to improve the security and performance of your app’s code. Like ProGuard, Dexguard works by analyzing your code and identifying sections of the code that can be optimized or obfuscated. It then applies a series of transformations to your code to improve its performance and security.
One key advantage of using Dexguard is that it can help protect your app from reverse engineering and other forms of intellectual property theft by making it more difficult for attackers to analyze your code.

Gradle Play Services – Dependency Management Tool for Android Apps

Gradle Play Services is a dependency management tool for Android apps that allows you to manage the dependencies between your app’s code and other libraries and frameworks. With Gradle Play Services, you can define your app’s dependencies in a single file, making it easier to manage your app’s code and build artifacts.
Gradle Play Services also provides a range of features to help you optimize your build process, including caching of build artifacts and support for parallel builds. By using Gradle Play Services, you can improve the speed and efficiency of your build process, reducing the time it takes to build and deploy your app.

Android Lint – Code Analysis Tool for Android Apps

Android Lint is a code analysis tool for Android apps that allows you to identify issues and bugs in your app’s code. With Android Lint, you can analyze your code for a range of issues, including memory leaks, security vulnerabilities, and performance bottlenecks.
Android Lint provides detailed information about the issues it identifies in your code, including suggestions for how to fix them. This allows you to identify and fix problems in your app’s code early in the development process, reducing the time and effort required to fix them later on.

Android Lint - Code Analysis Tool for Android Apps

Android Studio Debugger – Debugging Tool for Android Apps

Android Studio Debugger is a debugging tool for Android apps that allows you to analyze and debug the behavior of your app in real-time. With Android Studio Debugger, you can step through your code line by line, set breakpoints, and inspect the values of variables and other data structures.
Android Studio Debugger also provides support for debugging your app’s user interface components, allowing you to analyze the behavior of buttons, text views, and other widgets in real-time. This makes it easier to identify and fix issues with your app’s user interface.

Android Studio Memory Monitor – Memory Usage Analysis Tool for Android Apps

Android Studio Memory Monitor is a memory usage analysis tool