Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Compile error - org.eclipse.core.runtime.Plugin #7

Closed
muratgu opened this issue Mar 11, 2017 · 1 comment
Closed

Compile error - org.eclipse.core.runtime.Plugin #7

muratgu opened this issue Mar 11, 2017 · 1 comment

Comments

@muratgu
Copy link

muratgu commented Mar 11, 2017

Error:Execution failed for task ':app:compileDebugJavaWithJavac'.

java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package

Sounds like it's caused by duplicate package inclusion but I don't know how to to exclude the duplicate(s). Any ideas?

@muratgu
Copy link
Author

muratgu commented Mar 13, 2017

closing this issue since it's caused by an external library dependency in app/build.gradle

compile 'com.google.auto.factory:auto-factory:1.0-beta3' -- OK

compile 'com.google.auto.factory:auto-factory:1.0-beta4' -- Error

@muratgu muratgu closed this as completed Mar 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant