-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package signatures do not match previously installed version #319
Comments
grodin
pushed a commit
to OmriCat/map-librarian
that referenced
this issue
Mar 9, 2023
Caching the AVDs on github causes failures when installing the test apk. See ReactiveCircus/android-emulator-runner#319
grodin
pushed a commit
to OmriCat/map-librarian
that referenced
this issue
Mar 21, 2023
Note workaround for ReactiveCircus/android-emulator-runner#319
grodin
pushed a commit
to OmriCat/map-librarian
that referenced
this issue
Mar 21, 2023
Note workaround for ReactiveCircus/android-emulator-runner#319
grodin
pushed a commit
to OmriCat/map-librarian
that referenced
this issue
Mar 21, 2023
Note workaround for ReactiveCircus/android-emulator-runner#319
grodin
pushed a commit
to OmriCat/map-librarian
that referenced
this issue
Mar 21, 2023
Note workaround for ReactiveCircus/android-emulator-runner#319
I have faced this issue with explorativ tests when i tried to install an older verison of this apk. |
+1, i'm also faced this issue after adding AVD cache |
wzieba
added a commit
to Parsely/parsely-android
that referenced
this issue
Jan 23, 2024
hoc081098
added a commit
to hoc081098/kmp-viewmodel
that referenced
this issue
Mar 9, 2024
hoc081098
added a commit
to hoc081098/kmp-viewmodel
that referenced
this issue
Mar 9, 2024
budowski
added a commit
to inaturalist/iNaturalistAndroid
that referenced
this issue
Apr 16, 2024
budowski
added a commit
to inaturalist/iNaturalistAndroid
that referenced
this issue
Apr 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're using this Github Action to execute our connected tests.
This worked nicely, also after adding the AVD cache like described in the guide.
But after a few executions on multiple branches, we now get the following error (in both, our library project android-backend and our app project android-app:
I haven't found an issue in this repository for that error yet, so I'm posting this also for future readers.
When I execute the same Github Action again, the same error occurs.
Github Actions Workflow
You can checkout the workflow here, the relevant part is:
Workaround 1: Clear cache
When I remove all caches and execute the Workflow again, the error disappears, but reappears after some executions.
The caches look like this:
Workaround 2: Disable AVD cache
The error does not appear, when I clear the cache and then disable AVD caching, so the issue seems to be caused by the AVD cache. The previously installed test bundles seem not be cleared, which seem to cause the error.
The text was updated successfully, but these errors were encountered: