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

Android: release- vs debug-target requires manual uninstall #215

Open
floooh opened this issue Jan 27, 2019 · 0 comments
Open

Android: release- vs debug-target requires manual uninstall #215

floooh opened this issue Jan 27, 2019 · 0 comments
Labels

Comments

@floooh
Copy link
Owner

floooh commented Jan 27, 2019

A debug-target can't be replaced with a release-target of the same name:

> ./fips set config android-make-debug
> ./fips make [target]
> ./fips run [target]
...
> ./fips set config android-make-release
> ./fips make [target]
> ./fips run [target]
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]

Instead the previous target will run which is quite confusing.

Possible solution: give the debug target a unique name, e.g. append '-debug'.

@floooh floooh added the bug label Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant