Install_Failed_Shared_User_Incompatible While Using Shared User Id

INSTALL_FAILED_SHARED_USER_INCOMPATIBLE while using shared user id

Follow these steps to fix the INSTALL_FAILED_SHARED_USER_INCOMPATIBLE error:

  1. Remove the existing application (if it was already installed)
  2. Remove the sharedUserId from AndroidManifest.xml
  3. Rebuild the application
  4. Reenter the sharedUserId to AndroidManifest.xml
  5. Rebuild the application (one more time)

Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]

In your AndroidManifest.xml remove android:sharedUserId="android.uid.system" when debugging and if you need it put it back when generating an apk.

Cannot update app : INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package *** tried to change user ***

The android:sharedUserId and the android:sharedUserLabel attributes have to be declared into the <manifest> markup and not into the <application> one...



Related Topics



Leave a reply



Submit