Using Eclipse and Ivy, I'm successfully able to download and manage dependencies. These dependencies are added to Eclipse's build path using IvyDE's container.
However, Android does not find the dependencies. As a workaround, I have to add each Ivy-managed dependency to the build path manually.
Is there a cleaner approach? Can IvyDE be configured with Android in mind?