I am fail to install my apk file on device, in the logcat it show error message: 01-28 01:41:22.944: ERROR/PackageManager(958): Package test.android.media has no signatures that match those in shared user android.media; ignoring! 01-28 01:41:22.944: WARN/PackageManager(958): Package couldn't be installed in /data/app/test.android.media.apk
i use the share user id: android.media. I try to signatures my apk file like this keytool -genkey -alias wwa -keyalg RSA -validity 20000 -keystore wwa jarsigner -verbose -keystore wwa -signedjar test_signed.apk test.apk wwa it is also failed How should I solve this problem? By the way when i use emulator,it is ok. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---