Anyone getting this error "valid until at least 2033"
zombiesdrule
PRO Posts: 131
I followed the great video that has been posted and got pretty far.
When I tried to upload to the Android Market I got this error...
"Market requires that the certificate used to sign the apk be valid until at least October 22, 2033. Create a new certificate."
Any Ideas?
When I tried to upload to the Android Market I got this error...
"Market requires that the certificate used to sign the apk be valid until at least October 22, 2033. Create a new certificate."
Any Ideas?
Comments
"Market requires that the certificate used to sign the apk be valid until at least October 22, 2033. Create a new certificate."
I found when pasted and ran this in the terminal (with the "my-release-key" and "alias_name" swapped out" it ignored the second line....
keytool -genkey -v -keystore my-release-key.keystore
-alias alias_name -keyalg RSA -keysize 2048 -validity 10000
when I pasted it like this
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
it worked.....maybe a bad space in the code.
So now it's on the store but not available for any devices (different bug)