Android Debug Bridge Posted on Dec 19, 2020 Download the Android SDK Platform-Tools package.https://developer.android.com/studio/releases/platform-toolsActivate the developer mode.[Settings] – [System] – [About phone] – hit [Build number] 7 timesConnect the phone with a USB cable.Type adb commands on the command line.adb devicesadb shell am force-stop packageadb shell am kill packageadb shell pm clear packageadb shell pm uninstall –user 0 packageadb kill-server