Eclipse 中的 Android SDK 给出关于过期证书的错误

标签 android eclipse android-sdk-2.1

在 Eclipse 中构建 Android 项目时,Android SDK 出现如下错误:

错误:

 Description    Resource    Path    Location    Type
1) Error generating final archive: Debug Certificate expired on 7/9/11 6:31 PM     MapByLocation        Unknown Android Packaging Problem



 2)Error generating final archive: Debug Certificate expired on 7/9/11 6:31 PM  PageCurlAnimation       Unknown Android Packaging Problem

不知道怎么解决。请帮我。

最佳答案

要解决此问题,只需删除 debug.keystore file.

AVD 的默认存储位置是

  • ~/.android/在 OS X 和 Linux 上。
  • C:\Documents and Settings\<user>\.android\在 Windows XP 上
  • C:\Users\<user>\.android\在 Windows Vista 和 Windows 7 上。

Also see this link, which can be helpful.

关于Eclipse 中的 Android SDK 给出关于过期证书的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6645924/

相关文章:

java - 如何在 Eclipse 中按名称查找包?

android - 如何在 Eclipse 中自动增加 Android 项目的内部版本号(首选可移植解决方案)

android - 如何让我的广告在我的 Android 应用程序中更快地出现?

android - 如何限制搜索栏

android - 使用相机拍摄图像并隐藏其他相机设置

android - Android 应用程序中的反向地理编码

android - 什么是应用程序 :overlayImage in xmlns:app="http://schemas. android.com/apk/res-auto?

android - 使用 Android Studio 在 Android 模拟器上启用 Internet 访问

Eclipse 中的 Java EE 项目文件夹结构?

android-widget - 延迟 5 秒以显示按下主页按钮的事件的原因?