Android Dependencies 是什么?

Android Dependencies 是什么?


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.

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


android项目依赖,通俗点讲就是,你的 安卓项目依赖的第三方 jar 包,这是一个虚拟目录,里面显示所有引用的 jar 包,这个目录不存在硬盘上,也不会提交到你的代码库中,不要试图删除这目录,一旦删除你的项目就毁了(google 这是在吓唬我吗),倘若你不幸删除了,你可以从你的代码库回滚,如果你没有代码库,那么好你就蛋疼了,

google吓唬你,哥教你怎么解决,

新建一个项目,把所有文件拷进去就OK啦

你可能感兴趣的:(Android开发笔记)