`
sam406
  • 浏览: 59885 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

generating final archive: Debug Certificate expired onUnknown Android Packaging

 
阅读更多
        最近不知咋个的哦!eclipse 项目都是红叉叉的,不知咋个的哦!
        我开始的解决办法是,最开始浏览了下项目的文件没有发现错误,记得老师曾经叫我们的一招,就是你的项目自己检查了自认为没错嘛,就在problems中把错误的删除,开始我照做了。 红叉叉是消失了,然后我以允许程序了
               [2011-10-10 22:26:15 - widgetDemo] adb is running normally.
              [2011-10-10 22:26:15 - widgetDemo] Could not find widgetDemo.apk!
然后打开项目bin文件果然没发现apk文件了,当时就很疑问了以前不是都有而且可以运行吗?当时就萌了,后来我想是不是项目有错就不能生成apk文件了,这个问题只是自己的推断,还得去探索。然后有把eclipse重启了下了。在problems中发现了
     generating final archive: Debug Certificate expired onUnknown Android Packaging  然后完全就搞不懂了,唯一的办法就是求救google结果终于找到了解决方案
  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
   找文件的路径就在
     windows->preferences->andorid->build 
            里面有个default debug keystore  里面的路径就是keystore文件所在地方
把它给delete了,就ok了!
        总结下:作为android 菜鸟开发程序真是太折腾人了!
分享到:
评论

相关推荐

    kestore-export

    Generating new PFX Key/Certificate pair, please enter a password Loading 'screen' into random state - done Enter Export Password: Verifying - Enter Export Password: Created new PEM key : c:\temp\...

    generating_reports:使用Selenium WebDriver从网站自动生成报告

    在压缩包`generating_reports-main`中,很可能包含了实现这一过程的Python源代码。通过分析这些代码,可以更具体地了解如何组织和实现上述步骤。代码可能包括定义浏览器驱动、页面元素的定位策略、逻辑控制结构(如...

    颜色分类leetcode-dsc-generating-data:dsc生成数据

    颜色分类leetcode 生成数据 介绍 数据分析通常需要分析师使用某种类型的数据来测试算法的效率/性能。 在这种情况下,重点不是像我们之前看到的那样回答一些分析问题,而是测试一些机器学习假设,例如,比较两种不同...

    GAN-generating-faces:使用生成对抗网络生成人脸的新图像

    GAN生成面: Udacity深度学习纳米学位 使用GAN(生成对抗网络)生成新的面Kong图像。 如何运行: 安装点子 在命令行中通过pip安装jupyter笔记本:“ pip3 install jupyter” 克隆此仓库 进入终端中的这个仓库 ...

    Herbert S. Wilf - Generating Functions.pdf

    ### Generating Functions in Discrete Mathematics: An Overview Based on Herbert S. Wilf's Work #### Introduction to Generating Functions Generating functions serve as a bridge between discrete ...

    视频图matlab代码-Autonomous-2D-Map-Generating-Robot:自主制图机器人

    视频图matlab代码自主2D地图生成机器人 这款自主的2D地图生成机器人是为在Carleton大学进行的ELEC 3907第三年开放式项目课程而创建的。 该项目是由6位热衷于设计和从事项目工作的个人创建的。 该机器人的工作方式是...

    Android代码-freebase-cassandra

    Generating SSTables Run: (see setup.sh) $ gradle clean build $ gradle copyRuntimeLibs $ mkdir dependencies $ cp build/libs/*.jar dependencies/ $ cp build/dependencies/*.jar dependencies/ $ ./1_...

    OpenGL_on_a_Windows_Form_opengl三维_DEMO_vc++_

    opengl 三维绘图演示程序。在visual c++ 2010 以上版本测试通过。... C:\2020\demo\OpenGL_on_a_Windows_Form\Debug\OpenGL_on_a_Windows_Form.exe========== Rebuild All: 1 succeeded 0 failed 0 skipped ==========

    计算机编程及常用术语英语词汇大全.doc

    * 生成排列(Generating Permutations):用于生成排列的算法 * 生成子集(Generating Subsets):用于生成子集的算法 * 生成划分(Generating Partitions):用于生成划分的算法 图论 * 图的生成(Generating ...

    Android Studio 当build时候出错解决办法

    Android Studio在build的时候出现transformClassesWithDexForDebug Android Studio在build的时候出现以下问题: Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > ...

    debian-locale:Debian

    Generating locales... cannot change mode of new locale archive: No such file or directory en_US.UTF-8... failed Generation complete. Generating locales... cannot change mode of new locale archive: ...

    Modelling and Generating Ajax Applications A Model-Driven Approach

    ### Modelling and Generating AJAX Applications: A Model-Driven Approach #### Introduction AJAX (Asynchronous JavaScript and XML) represents a significant shift in the way interactive web applications...

    Keil+C编译器常见警告与错误信息的解决方法[归类].pdf

    * GENERATING INTERMEDIATE CODE:源文件包含的一个函数太大不能被编译器编译成虚拟代码。 * OPENING INPUT-FILE:编译器不能发现或打开所选的源或包含文件。 * PARSING INVOKE-/#PRAGMA-LINE:当在命令行检测到参数...

    microtrains:Micronaut的示例应用程序

    微火车要求 Java JDK 11( ) Docker( ) Docker撰写怎么跑$ ./gradlew> Task :webapi:compileJavaNote: Generating OpenAPI DocumentationNote: Writing OpenAPI YAML to destination: /webapi/build/classes/java...

    RunTime.javaRunTime.javaRunTime.java

    RunTime.javaRunTime.javaRunTime.javaRunTime.javaRunTime.javaRunTime.javaRunTime.java

    计算机编程英语.doc

    - **划分生成**(Generating Partitions):将一组元素划分为不相交的子集。 5. **计算几何**(Computational Geometry): - **凸包**(Convex Hull):计算一组点的最小凸多边形。 - **三角剖分**...

    Beginning PHP 5.3

    - **Conditional Statements:** Description of conditional statements like `if`, `else if`, `else`, and `switch` for making decisions based on conditions. - **Loop Constructs:** Explanation of loop ...

    Bazel rules for generating a Java Web Archive (WAR)..zip

    这个压缩包文件“Bazel rules for generating a Java Web Archive (WAR).zip”显然包含了用于使用Bazel构建WAR文件的规则和配置。 在Java开发中,构建工具如Maven或Gradle广泛用于自动化构建过程。Bazel提供了一种...

    Android Application Development

    This practical book provides the concepts and code you need to develop software with Android, the open-source platform for cell phones and mobile devices that's generating enthusiasm across the ...

    Android代码-BackgroudLibrary

    A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml) English.md 依赖方式: implementation ...

Global site tag (gtag.js) - Google Analytics