check the android menifest. Did you change it accordingly?

Is there something like "android:sharedUserId"?
That should be the source of the problem. Normally, you dont provide this 
key and Android gives you an unique id. But, if you specify an Id, all apps 
with same userId must be signed with the same certificate.

Read about android:sharedUserId in this link:
http://developer.android.com/guide/topics/manifest/manifest-element.html

Try omitting that.

Regards
Sarwar Erfan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to