Can I emulate application upgrade with ADB?

Viewed 6776

Can I emulate application upgrade with ADB?

When I do adb install I have to delete the previous version first, if already installed.

If it is not possible to emulate app upgrade with ADB what could be the easiest way to emulate it?

1 Answers
Related