Upon installation, the Android SDK generates a "debug" signing certificate for you in a keystore called debug.keystore. The Eclipse plug-in uses this certificate to sign each application build that is generated.
Unfortunately a debug certificate is only valid for 365 days. To generate a new one you must delete the existing debug.keystore file. Its location is platform dependent - you can find it in Preferences - Android - Build - Default debug keystore.
Unfortunately a debug certificate is only valid for 365 days. To generate a new one you must delete the existing debug.keystore file. Its location is platform dependent - you can find it in Preferences - Android - Build - Default debug keystore.
本文详细介绍了Android SDK中用于应用程序签名的调试证书的生成、使用及有效期管理过程,包括如何在Eclipse插件中使用该证书进行应用构建,并强调了证书过期后的更新流程。
1231

被折叠的 条评论
为什么被折叠?



