I have a problem with a build for one specific application with gradle. The application can be compile and build with eclipse and it works well on the tablet. When I try to build it with Gradle I get error in the "compileDebugJava" part. I get this error
"error: cyclic inheritance involving class1 public class class1 implements class2"
I get a bunch of other error after this one but this is the one on the top. My project is depending on another one and this another is depending on a nother one. I just don't know why it works in eclipse but not with Gradle.