Failure [INSTALL_FAILED_ALREADY_EXISTS] when I tried to update my application

后端 未结 7 1689
灰色年华
灰色年华 2020-11-29 15:26

when I tried to update my applcation with new version that has same signature as previous one, shows above error.

What I am missing?

相关标签:
7条回答
  • 2020-11-29 16:24

    You are getting that error because an application with a package name same as your application already exists. If you are sure that you have not installed the same application before, change the package name and try.

    Else wise, here is what you can do:

    1. Uninstall the application from the device: Go to Settings -> Manage Applications and choose Uninstall OR
    2. Uninstall the app using adb command line interface: type adb uninstall After you are done with this step, try installing the application again.
    0 讨论(0)
提交回复
热议问题