`
helpbs
  • 浏览: 1163729 次
文章分类
社区版块
存档分类
最新评论

问题解决:The project cannot be built until build path errors are resolved

 
阅读更多

1. The project cannot be built until build path errors are resolved

修改.classpath:

原文件:

<?xml version="1.0" encoding="UTF-8"?>

<classpath>

<classpathentry kind="src" path="src"/>

<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>

<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6"/>

<classpathentry kind="src" path="gen"/>

<classpathentry kind="output" path="bin"/>

</classpath>

修改后:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="gen"/>
</classpath>
2.Error generating final archive: Debug certificate expired on 10-5-6 下午10:12!
删除:C:/Documents and Settings/johndeng/.android/debug.keystore
adt使用debug keystore,在 preference->android->buid中设置。
clean后,重新编译,会再次生成debug.keystore.

分享到:
评论

相关推荐

    NewsRelease.zip

    自己做的一个新闻发布网站,有评论,发布审核,管理员等,支持ueditor全局搜索等技术,使用的mysql数据库。

    Android 解决build path errors的问题

    主要看第三条:The project cannot be built until build path errors are resolved 这个错误的原因是:AndroidManifest.xml中配置的主包名与AndroidManifest.xml 中配置的activtiy所在的包不一致造成的。 修改...

    a project model for the FreeBSD Project.7z

    While the userland applications are protected against faults in other userland applications, the entire system is vulnerable to errors in the kernel. This, combined with the vast amount of ...

    Build Report Tool 3.0.19.rar

    In case you get any build errors that you think might be caused by the Build Report Tool, try disabling the Build Report Window from showing automatically whenever you build. You can do this by ...

    Debugging Malloc Lab: Detecting Memory-Related Errors

    The fact that MyMalloc() and MyFree() are given the filename and line number of the MALLOC() and FREE() call can prove to be very useful when you are reporting errors. The more information you print ...

    cfg_errors.gocfg_errors.gocfg_errors.go

    cfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.go

    Kafka: The Definitive Guide

    While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all ...

    flashdevelop Build halted with errors (fcsh).解决方案.doc

    flashdevelop Build halted with errors (fcsh).解决方案.doc

    A Guide to the Project Management Body of Knowledge

    "PMI", the PMI logo, "PMP" the PMI logo, "PMBOK", "Project Management Journal", "PM Networks", and the PMI Today logo are registered marks of Project Management Institute, Inc. For a comprehensive ...

    phpmyadmin出现Cannot start session without errors问题解决方法

    复制代码 代码如下:Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. 配置文件被改到乱七八糟了,不断地...

    UiPath高级开发者认证-操作题

    题目如下 In this exercise, you will create a UiPath automation that performs the ... Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platfor

    Sublime Text Build 3124 x64 Setup.exe

    Build errors are now shown inline at the location where they occurred. This is controlled with the show_errors_inline setting. Added a menu item and command palette entry to install Package Control ...

    Sublime.Text.Build.3078._Win_32bit破解主文件

    2015年来,sublime text3更新相当的频繁,功能上也有较大的...Build System choices are remembered, so the user will be prompted to choose a build system less often Added Edit Project to the Command palette

    VclZip pro v3.10.1

    This will be fired each time a file matches as the file list is being built while recursing directories. Added the EncryptBeforeCompress boolean property. The default for this property is False and ...

    BURNINTEST--硬件检测工具

    - Enhanced the mechanism to report memory hardware errors in the Memory torture test. Release 5.3 build 1033 WIN32 release 1 October 2008 - Changes to correct a BurnInTest crash problem on some ...

    S7A驱动720版本

    - The driver can now be registered as a service with the local system account as the log-on account. For more information see the document "S7A_as_Service.PDF" on the installation CD . - The ...

    微软内部资料-SQL性能优化3

     SOX001109700040 – INF: Queries with PREFETCH in the plan hold lock until the end of transaction Locking Concepts Delivery Tip Prior to delivering this material, test the class to see if they ...

    ICS delphixe10源码版

    The latest versions of ICS can be downloaded from the ICS Wiki web site: http://wiki.overbyte.be/wiki/index.php/ICS_Download ICS V5 and V6 are archive releases no longer updated, last supported ...

    计算机网络第六版答案

    23. The five layers in the Internet protocol stack are – from top to bottom – the application layer, the transport layer, the network layer, the link layer, and the physical layer. The principal ...

Global site tag (gtag.js) - Google Analytics