1

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

shyam shankar
  • 25
  • 1
  • 8

1 Answers1

8

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

Abbas
  • 3,529
  • 5
  • 36
  • 64