Skip to content

Commit

Permalink
ci/android_test: Remove possibly-cached APK from AVD before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jan 31, 2022
1 parent 592ec51 commit 74f9010
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -ex

# Make sure the package is removed since it may end up in the AVD cache. This causes
# INSTALL_FAILED_UPDATE_INCOMPATIBLE errors when the debug signature is regenerated.
adb uninstall rust.example.hello_world || true

if [ -z "$1" ];
then
Expand Down

0 comments on commit 74f9010

Please sign in to comment.