On Tue, Oct 30, 2012 at 5:34 PM, bkadirbeyoglu <[email protected]> wrote: > Dear Android Developers, > > I was given a keystore file along with an username and password and I need > to sign the updated application. However, I am getting "keytool error: > java.io.IOException: Invalid keystore format" when trying to list the > contents of the file, trying to create a new key in the keystore, etc. >
Maybe ask the people that gave it to you what format it is in? Or, at least, ask them what Java version they used to create it and use the same one. Also try opening it with this: http://portecle.sourceforge.net/ -- 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

