Android Uploading Problem

steeler0038steeler0038 Member Posts: 153
I published my android app successfully. But when I submitted it to the android market, I got this message. "Market requires that the certificate used to sign the apk be valid until at least October 22, 2033. Create a new certificate" I went back and remade my keystore and made the validity 15000 instead of 10000, but that didn't work. Can anyone tell me what to do? This app is for a client so I need a fix asap....

thanks guys

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    whats the exact command you are using to generate the apk? I have a feeling you are copying and pasting the link right from the droid development page, which has a line break, and makes your validity not get passed in.
  • steeler0038steeler0038 Member Posts: 153
    thank you jonmulcahy! That was my problem, i just ended up typing the command instead of copy & paste.
Sign In or Register to comment.