什么是Android的依赖呢? ,出现了ClassNotFoundException从构建路径中删除 [英] What is Android Dependencies? Remove it from Build Path, ClassNotFoundException occurs

查看:121
本文介绍了什么是Android的依赖呢? ,出现了ClassNotFoundException从构建路径中删除的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我工作的一个团队项目。我包括在构建路径一个的.jar 文件,并致力于SVN。当我更新code。在我的工作目录中,一个新的文件夹出现在Eclipse中被称为Android的依赖关系。如果我让它在那里,我的程序运行;如果我删除它,我的程序将报告 ClassNotFoundException的

I'm working on a team project. I included a .jar file in Build Path and committed to SVN. When I updated code in my working directory, a new folder appears in Eclipse called "Android Dependencies". If I let it be there, my program runs; If I remove it, my program reports a ClassNotFoundException.

现在如何解决这一问题 ClassNotFoundException的

Now how to fix this ClassNotFoundException?

推荐答案

Android的依赖的是一个虚拟文件夹的Eclipse显示了JAR文件的项目依赖。这不是一个物理文件夹;你不会找到它在你的硬盘上。而文件夹不签入到Subversion的。

Android Dependencies is a virtual folder where Eclipse shows what JAR files the project depends on. It's not a physical folder; you won't find it on your hard disk. And the folder is not checked in into Subversion.

不要删除该文件夹。你将摧毁你的项目。

Do not delete that folder. You will destroy your project.

要解决这个问题,只是恢复到一个较旧的Subversion修订,并检查它重新连接。

To fix it, just revert to an older Subversion revision and check it in again.

这篇关于什么是Android的依赖呢? ,出现了ClassNotFoundException从构建路径中删除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆