Uninstall Apps with ADB in Android: Step-by-Step Tutorial

Uninstall Apps with ADB in Android: Step-by-Step Tutorial

Uninstall Apps with ADB in Android: Step-by-Step Tutorial

Uninstalling apps from your Android device can be a tedious task, especially if you have a lot of apps installed. However, using ADB (Android Debug Bridge), you can quickly and easily uninstall apps from your device without having to navigate through the settings menu. In this tutorial, we’ll guide you through the process of uninstalling apps with ADB in Android.

Install ADB and Necessary Drivers

Step 1: Install ADB and Necessary Drivers

The first step in uninstalling apps with ADB is to download and install ADB on your computer. You can download ADB Minimal from the official Android Developer website. Once you have downloaded ADB, you will also need to install the necessary drivers for your Android device.

Step 2: Connect Your Android Device to Your Computer

Once you have installed ADB and the necessary drivers, connect your Android device to your computer using a USB cable.

Step 3: Open a Command Prompt or Terminal Window

To use ADB, you will need to open a command prompt or terminal window on your computer.

Step 4: Navigate to the ADB Directory

In the command prompt or terminal window, navigate to the directory where ADB is installed.

Step 5: Check That Your Device Is Connected

To make sure that your device is connected to your computer and recognized by ADB, enter the command “adb devices” in the command prompt or terminal window.

Step 6: Find the Package Name of the App You Want to Uninstall

To uninstall an app with ADB, you will need to know the package name of the app. You can find the package name of an app by entering the command “adb shell pm list packages” in the command prompt or terminal window. This will display a list of all the apps installed on your device.

Step 7: Uninstall the App

To uninstall an app with ADB, enter the command “adb shell pm uninstall -k –user 0 [package name]” in the command prompt or terminal window. Replace [package name] with the package name of the app you want to uninstall.

That’s it! You have successfully uninstalled an app with ADB. Using ADB can save you time and effort when it comes to managing apps on your Android device.

Outbound Link:

Download ADB Minimal from the official Android Developer website: Click Here

Read More how to root your Android in 2023: Click Here

About admin

I am Content Creator, Web Developer, Content and Blog Writer, a Python Coder, A Tech Reviewer and Researcher, My Patience is Unlimited if it is About TECH.

Check Also

WhatsApp adding bottom navigation for Android.

WhatsApp adding bottom navigation for Android.

WhatsApp has redesigned the bottom navigation bar for its Android version, according to the latest WhatsApp Beta for Android version 2.23.8.4. The feature is expected to bring greater UI consistency and visual enhancements to the app.