-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Android studio error: Unable to merge dex #46
Comments
That's new. There are some solutions that pop up when you google |
I tried adding the line: Here is the stack trace:
|
Currently, I don't have any clues :/ |
I used to get this error when I was calling the unity-classes.jar file 2 times, did you delete the unity-classes.jar file from the JniLibs folder? |
Followed the instructions in the Readme. When I try to build to device I get the following error:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Not really sure how to go about fixing this. Any ideas?
The text was updated successfully, but these errors were encountered: