码迷,mamicode.com
首页 > 移动开发 > 详细

Android 中文api,Debug签名证书过期(Expiry of the Debug Certificate)

时间:2016-05-12 13:36:41      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

在debug模式下,key值得有效期为365天,如果过期了,那么编译会出错。

为了处理这个问题,你可以删除debug.keystore这个文件。它的位置在:

(1)  OS X/Linux ~/.android/ 

(2)   WindowsXP:C:\Documents and Settings\<user>\.android\ 

(3)  Windows Vista and Windows 7 : C:\Users\<user>\.android\

当你再次编译的时候,编译工具会重新生成一个新的keystore 和debug key。

Note:你必须run你的app,buildingalone 不会生成 keystoreand debug key。

作者有话说:如果您需要Android中文API,请扫一扫下面的二维码,做技术,我们认真的。

技术分享

Android 中文api,Debug签名证书过期(Expiry of the Debug Certificate)

标签:

原文地址:http://blog.csdn.net/nefuyang/article/details/51365113

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!