I tried to update the app, but I get an error called Failure [INSTALL_FAILED_ALREADY_EXISTS].

Asked 1 years ago, Updated 1 years ago, 129 views

I tried to update the app, but I get an error called Failure [INSTALL_FAILED_ALREADY_EXISTS]. How shall I do it?

android install

2022-09-22 22:24

1 Answers

If you are installing the app on the device, you can say adbinstall but if you are reinstalling what is already installed on the device, You must include the option -r. If you say adbinstall-r, it will be updated.


2022-09-22 22:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.