"Package file was not signed correctly" drives me crazy!

Hello Guys

I really need your help. I have been struggling with this problem since a week.

I have made an app using Game Salad (my second one).

I signed it with the same keystore than I used to sign my first app (I read in the forum to use the same keystore for all apps).
I have uploaded to store, tried to download and message: "Package file was not signed correctly"
Then I changed my-release-key.keystore and alias_name (6 times with different combination)

Then I thought maybe my sdk and eclipse is out of date so I have deleted it and downloaded again.
Then trying doing the same steps and still "Package file was not signed correctly"

I wrote to android support and after week of waiting they directed me to forum for help.
I am wondering if you can feel my frustration....

So I really do not know what I am doing wrong. These are the steps I used:

Open Terminal
Type the following command (without using copy/paste) to generate a private key (don’t include the quotation marks):“keytool –genkey –v –keystore my-release-key.keystore –alias alias_name –keyalg RSA –keysize 2048 –validity 10000”
In the place of “my-release-key.keystore”, put in your name for this key. For instance, if I had a game called “Space Invaders”, I might name my keystore “space-invaders-1.keystore”.
You’ll always need to include the –keystore command before, and the .keystore addendum after.
In the place of “alias_name”, you’ll create an alias for the key. Only the first 8 characters are used.
You’ll always need to use the command –alias before.
You’ll then be prompted to enter a password for the keystore and the alias.

I am wondering about "alias" and my-release-key.keystore...does it matter what you put in here (I read somewhere it can be anything...) another thing I do not get is certificate...?

I did the same step for my first app and there was no issue what so ever...

Please HELP!!!

Answers

Sign In or Register to comment.