shyam shankar
shyam shankar

Reputation: 25

Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]

enter image description hereI am using Android studio .I have changed application ID still not working,please share any concrete answer.

Upvotes: 1

Views: 8395

Answers (1)

Abbas
Abbas

Reputation: 3331

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

Upvotes: 9

Related Questions