今天新建项目时突然提示:

DescriptionResourcePathLocationType
Error generating final archive: Debug Certificate expired on 11-6-11 上午7:58GraceLol UnknownAndroid Packaging Problem

而且项目上有个小红叉


原因:Google官方给出了解决办法:
To fix this problem, simply delete the debug.keystore file. The default storage location for AVDs is in ~/.android/avd on OS X and Linux, in C:\Documents and Settings\\.android\ on Windows XP, and in C:\Users\\.android\ on Windows Vista.
The next time you build, the build tools will regenerate a new keystore and debug key
也就是删掉.android文件夹下的debug.keystore文件,然后重新build一下获取新的debug.keystore。这样新建项目时就正常了。

更多相关文章

  1. 《Android学习指南》文件夹
  2. android 获取文件夹、文件的大小 以B、KB、MB、GB 为单位
  3. Android设备与外接U盘实现数据文件夹拷贝到android设备
  4. Android 文件及文件夹操作
  5. android 工程中重新生成gen文件夹或R.java 文件
  6. Android创建隐藏文件或者文件夹
  7. Android利用drawable文件夹自定义控件背景、样式
  8. android 在SD卡创建文件夹
  9. android 创建文件夹失败

随机推荐

  1. Android(安卓)Wear应用程序开发的简要说
  2. 《Android/OPhone 开发完全讲义》样章和
  3. Android音频口数据通信开发;通过静态分析
  4. 小米:最快11月底或12月初推出 Android(安
  5. 《Android/OPhone 开发完全讲义》样章和
  6. android app 缓存 ---- android 文件缓存
  7. android学到啥时候就高级了啊
  8. 【Android增量升级系列_02】 浅谈Android
  9. Android(安卓)Canvas练习(1)画一张报表来
  10. android编程之在单线程模型中Message、Ha