Reputation: 97
When i upload my .apk file it gives this error
The certificate that signed this apk is not valid until the future. Create a new certificate.
Thanks
Upvotes: 2
Views: 1562
Reputation: 745
just wait for some time after creating your apk and then try to upload it. then the error wont appear.
Upvotes: 0
Reputation: 1267
make a keystore that has more than 20 years validity ..say 100 years it will do the rest..
Upvotes: 0
Reputation: 6340
I had the same Problem! And my system time was in the futur! So i only need to wait some minutes
Upvotes: 4
Reputation: 28665
Create a new certificate/sign key, your old one has probably expired (when creating a key, you can usually set it's expiration date).
See http://developer.android.com/guide/publishing/app-signing.html how to create your own key other than the default debug key.
Upvotes: 1