0

My project executes fine with out "Android Dependencies" folder in build path.

But when i restart/start eclipse, "Android Dependencies" is automatically added to project.

Do i need to change any setting in eclipse to stop this ?

M_Follower
  • 111
  • 3
  • 16

1 Answers1

0

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. The dynamic classpath container called “Library Projects” has been renamed to “Android Dependencies” as it now contains more than just Library Projects. http://tools.android.com/recent/dealingwithdependenciesinandroidprojects

DjHacktorReborn
  • 2,908
  • 2
  • 20
  • 29