Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Stripe v1.0.8 and SendGrid v1.0.8 fails the build on Android #17

Open
mbektchiev opened this issue Jul 19, 2016 · 0 comments
Open

Comments

@mbektchiev
Copy link

The following errors get thrown when trying to build a project containing the latest versions of these two plugins.

Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/BasicHeaderElementIterator;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/LineParser;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/BasicHttpEntityEnclosingRequest;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/HeaderValueFormatter;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/BasicLineFormatter;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/BasicLineParser;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/HeaderGroup;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/BasicNameValuePair;
Unknown source file : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/apache/http/message/BufferedHeader;
Unknown source file : UNEXPECTED TOP-LEVEL EXCEPTION:
Unknown source file : java.lang.RuntimeException: Translation has been interrupted
Unknown source file :   at com.android.dx.command.dexer.Main.processAllFiles(Main.java:608)
Unknown source file :   at com.android.dx.command.dexer.Main.runMonoDex(Main.java:311)
Unknown source file :   at com.android.dx.command.dexer.Main.run(Main.java:277)
Unknown source file :   at com.android.dx.command.dexer.Main.main(Main.java:245)
Unknown source file :   at com.android.dx.command.Main.main(Main.java:106)
Unknown source file : Caused by: java.lang.InterruptedException: Too many errors
Unknown source file :   at com.android.dx.command.dexer.Main.processAllFiles(Main.java:600)
Unknown source file :   ... 4 more

:dexDebug FAILED

The incompatibility seems to have been introduced with dcdb61f

@mbektchiev mbektchiev changed the title Adding Stripe v1.0.8 and SendGrid v 1.0.8 fails the build on Android Adding Stripe v1.0.8 and SendGrid v1.0.8 fails the build on Android Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant