adb uninstall
Removes a android package from the emulator/device.
adb uninstall [options] <PACKAGE>
adb uninstall com.test.appadb uninstall -k com.test.app Keep the data and cache directories around after package removal.
Read more about ADB..
Related Posts
adb pulladb pull Download a specified file from an emulator/device to your computer. adb pull <remote>…
adb usbadb usb restarting ADB in USB mode. adb usb Read more about ADB..
adb devicesadb devices Prints a list of all attached emulator/device adb devices In response, return serial…
Tags:
ADB commands,
ADB Tutorial,
adb uninstall