Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corber start with android device doesn't overwrite existing app #589

Closed
DuBistKomisch opened this issue Feb 17, 2019 · 4 comments
Closed

Comments

@DuBistKomisch
Copy link
Contributor

DuBistKomisch commented Feb 17, 2019

Seems like expected behaviour.

['-s', deviceUUID, 'install', apkPath]

Needs the -r flag here to do so, like the emulator version:

['-e', 'install', '-r', apkPath]

@alexblom
Copy link
Member

Thanks - we were not really thinking through an app already being installed. I'll work on a patch this week.

@alexblom
Copy link
Member

We're targeting a release for next week - however this is fixed on master if you are blocked right now.

@DuBistKomisch
Copy link
Contributor Author

No rush, can just uninstall manually for now, thanks!

@DuBistKomisch
Copy link
Contributor Author

Hmm, -r still doesn't work to overwrite the app store version of the app, you get INSTALL_FAILED_UPDATE_INCOMPATIBLE complaining about the signatures not matching. You have to adb uninstall it first, but this is probably beyond what corber should be doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants