Reputation: 25
I am using Android studio .I have changed application ID still not working,please share any concrete answer.
Upvotes: 1
Views: 8395
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