zoukankan      html  css  js  c++  java
  • 打开项目遇到Unknown Android Packaging Problem问题

    Unknown Android Packaging Problem AndroidXPLinuxWindowsOS 今天新建项目时突然提示: Description Resource Path Location Type Error generating final archive: Debug Certificate expired on 11-6-11 上午7:58 GraceLol Unknown Android 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。这样新建项目时就正常了。
  • 相关阅读:
    fs.readdirSync
    symbol
    vuex-count
    webpack2.0
    关于vuex报错
    store
    .NET MVC 验证码
    SQLServer 加密
    IE10、IE11下SCRIPT5009: “__doPostBack”未定义
    Sql Server 增加字段、修改字段、修改类型、修改默认值
  • 原文地址:https://www.cnblogs.com/adodo1/p/4328074.html
Copyright © 2011-2022 走看看