Hi all,
I'm running into some odd issues that are stumping me somewhat.
Essentially, I'm able to build, install, and deploy my application using Maven and the Maven-Android plugin. When I start using Eclipse, however, I add (and mavenise) ActionbarSherlock only to start getting 'multiple dex' files issues (specifically for org.apache.Maven.Artifact). These are, seemingly, caused by ADT pulling in all jars into the classpath, regardless of whether ABS is only using them in test scope. (What's somewhat confusing is that my main project doesn't have have any reference to the same libraries.)
Now, while this isn't the end of the world (I can just use Eclipse as an IDE and have it build and deploy the app using Maven), I can't imagine I'm alone in this problem. Has anyone else found a more elegant solution? I might be trying to have my cake (or CI build process, as the case may be) and eat it, but surely there's a way to have an Android app that uses ActionbarSherlock build in Maven and in ADT simultaneously?
Any thoughts, experience or help appreciated.
Ryan