今天新建项目时突然提示:
Error generating final archive: Debug Certificate expired on 11-5-8 下午3:05 MyMp3Player 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中读取assets文件夹中的子文件夹内容
  3. Android 遍历文件夹下的所有文件
  4. Android 之文件夹排序(基于名称、最近修改时间、大小)
  5. Android studio移动项目到另外一个文件夹,结果不能安装的解决方法
  6. Android Studio 打不开layout 文件夹下的xml
  7. android 创建文件夹和文件
  8. android(drawable文件夹)图片适配
  9. android下快速检索出媒体文件所在文件夹

随机推荐

  1. Android设置上下边框或者左右边框
  2. 2011.07.11(2)——— android 自定义Notifi
  3. Android(安卓)源码启动虚拟机经验
  4. android
  5. Difference of px, dp, dip and sp in an
  6. Android(安卓)Jetpack之Lifecycle的源码
  7. 总结系列-Android的文件系统
  8. ScrollView嵌套RecyclerView冲突解决
  9. startActivity exposed beyond app throu
  10. CheckBox自定义