> I used the option "wipe user data" and tried to reinstall the package. > The problem occurs with the very first installed package using the id. > In other words: the emulator if fully clean, and when i try to install > the first package, the error occurs. It occurs with all packages i try > to install with this id.
The places I see android:sharedUserId in use via Google Code Search all have dot-delimited names (e.g., com.sandisk.waterloo.shareduserid). Perhaps change yours to match that pattern and see if that helps. It is also possible that you need to supply the android:sharedUserLabel as well, not just android:sharedUserId. Beyond that...I'm stumped. I haven't used sharedUserId personally, so I don't have any of my own sample code to point you to. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

