Skip to content

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

@floooh

Description

@floooh

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions