linkedin / test-butler

Reliable Android Testing, at your service
Apache License 2.0
1.05k stars 92 forks source link

sharedUserId changed on newer Android versions #73

Closed thebino closed 6 years ago

thebino commented 6 years ago

When I try to install the companion app on Android 8.0 or newer, an error occured: Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package couldn't be installed in /data/app/com.linkedin.android.testbutler-nLhD7yL27dgN1HH_nNoQDQ==: Package com.linkedin.android.testbutler has no signatures that match those in shared user android.uid.system; ignoring!]

Looks like, the sharedUserId android.uid.system has changed.

Kisty commented 6 years ago

Duplicate of #71