On Tue, Nov 15, 2011 at 2:40 PM, lakshman <[email protected]> wrote: > HI , > can any one help on this?.
Not until you provide more information. What changed? Different machine? OS? Java version? Something else? You can use jarsigner to check if the old and new apk's are signed with the same certificate: jarsigner -verify -verbose -certs my.apk If it looks like they are, you'll need to take a look at the actual signature value. -- 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

