On Sat, Jan 21, 2012 at 10:15 AM, New Developer <[email protected]> wrote: > Okay I have changed my date back to Jan 2012 > > Is there anyway to extend the Certificate without going through the adb > uninstall ?? >
No. The newly generated debug certificate will be different from the old one, so if you try to install the app will be considered a different one. I need to uninstall the old app (signed with the expired certificate) to be able to install the new one. If you need the data, pull it out from the data directory first. And, if you don't want this to happen again same time next year, generate a debug certificate manually with a longer validity period. Though I seem to recall reading that newer ADT versions generate debug certificates actually valid for more than an year. Not sure about this though. -- 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

