- May 18, 2019
- admin
- 0
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.
Removes a android package from the emulator/device.
adb uninstall com.test.appadb uninstall -k com.test.app Keep the data and cache directories around after package removal.