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

Nightly builds: 'Existing package net.osmtracker signatures do not match newer version; ignoring!]' #466

Open
jer194 opened this issue Nov 30, 2024 · 2 comments

Comments

@jer194
Copy link

jer194 commented Nov 30, 2024

First of all: it is great to see the new activity for this project,
and in particular to be able to participate via the Nightly builds!

However, it seems those Nightlies are not compatible among themselves:

adb install OSMTracker-nightly-20241123.apk

adb install OSMTracker-nightly-20241130-0820.apk
adb: failed to install OSMTracker-nightly-20241130-0820.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Existing package net.osmtracker signatures do not match newer version; ignoring!]

Of course it is possible to uninstall first, but not very convenient.
Is it possible to fix this? Or maybe it is like this just for me?
Also, in 'App info', the version string is still '2024.07.09', shoudn't it be adjusted accordingly?

Thanks in advance - Jakob.

@Binnette
Copy link
Collaborator

Binnette commented Dec 3, 2024

Since I added "-dev" to the app name, does it fix the issue ? If yes, consider closing the issue.

@jer194
Copy link
Author

jer194 commented Dec 3, 2024

There are two issues:

  • In App info, the Version still says '2024.07.09 net.osmtracker'.

  • On update, I cannot do that without removing the previous version, eg

adb install OSMTracker-nightly-202412020239.apk
Performing Streamed Install
Success

Then:

adb install OSMTracker-nightly-202412030237.apk
Performing Streamed Install
adb: failed to install OSMTracker-nightly-202412030237.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Existing package net.osmtracker signatures do not match newer version; ignoring!]

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

No branches or pull requests

2 participants