Add Ivy managed dependencies to Android build path

2019-07-16 12:18发布

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?

2条回答
姐就是有狂的资本
2楼-- · 2019-07-16 12:29

Updating to the latest version of ADT (r16 at the time of writing) has solved the issue.

查看更多
劫难
3楼-- · 2019-07-16 12:34

Not an Android developer, so don't have a specific solution.

I could suggest that you investigate ivy's artifactreport task. It generates an XML file, which perhaps you could use to automatically generate the build path.

查看更多
登录 后发表回答