Unity 2018.3 android dex merging issue
Before you decide to dismiss this post as "duplicate" without even reading it, understand that I have looked at a TON of posts related to this topic and I can't find a solution for my instance, including all of the ones that StackOverflow suggested. Most of the posts are for Android Studio instead of unity.
My error is given in Unity when trying to build to android, it crashes here.
CommandInvokationFailure: Gradle build failed.
C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayer/ToolsOpenJDKWindowsbinjava.exe -classpath "C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayerToolsgradlelibgradle-launcher-4.6.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "assembleDebug"
stderr[
D8: Program type already present: com.unity3d.ads.BuildConfig
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformDexArchiveWithExternalLibsDexMergerForDebug'.
I've tried changing stuff with a build.gradle file like a lot of posts suggest, but I can't get anything to work.
The error didn't exist in Unity 2018.2. I checked right before I updated, but the update is now throwing this issue.
Does anyone have any UNITY specific ideas what to do here? I've tried so many things and nobody's post has been able to help me yet.
Thanks for any help

add a comment |
Before you decide to dismiss this post as "duplicate" without even reading it, understand that I have looked at a TON of posts related to this topic and I can't find a solution for my instance, including all of the ones that StackOverflow suggested. Most of the posts are for Android Studio instead of unity.
My error is given in Unity when trying to build to android, it crashes here.
CommandInvokationFailure: Gradle build failed.
C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayer/ToolsOpenJDKWindowsbinjava.exe -classpath "C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayerToolsgradlelibgradle-launcher-4.6.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "assembleDebug"
stderr[
D8: Program type already present: com.unity3d.ads.BuildConfig
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformDexArchiveWithExternalLibsDexMergerForDebug'.
I've tried changing stuff with a build.gradle file like a lot of posts suggest, but I can't get anything to work.
The error didn't exist in Unity 2018.2. I checked right before I updated, but the update is now throwing this issue.
Does anyone have any UNITY specific ideas what to do here? I've tried so many things and nobody's post has been able to help me yet.
Thanks for any help

add a comment |
Before you decide to dismiss this post as "duplicate" without even reading it, understand that I have looked at a TON of posts related to this topic and I can't find a solution for my instance, including all of the ones that StackOverflow suggested. Most of the posts are for Android Studio instead of unity.
My error is given in Unity when trying to build to android, it crashes here.
CommandInvokationFailure: Gradle build failed.
C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayer/ToolsOpenJDKWindowsbinjava.exe -classpath "C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayerToolsgradlelibgradle-launcher-4.6.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "assembleDebug"
stderr[
D8: Program type already present: com.unity3d.ads.BuildConfig
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformDexArchiveWithExternalLibsDexMergerForDebug'.
I've tried changing stuff with a build.gradle file like a lot of posts suggest, but I can't get anything to work.
The error didn't exist in Unity 2018.2. I checked right before I updated, but the update is now throwing this issue.
Does anyone have any UNITY specific ideas what to do here? I've tried so many things and nobody's post has been able to help me yet.
Thanks for any help

Before you decide to dismiss this post as "duplicate" without even reading it, understand that I have looked at a TON of posts related to this topic and I can't find a solution for my instance, including all of the ones that StackOverflow suggested. Most of the posts are for Android Studio instead of unity.
My error is given in Unity when trying to build to android, it crashes here.
CommandInvokationFailure: Gradle build failed.
C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayer/ToolsOpenJDKWindowsbinjava.exe -classpath "C:Program FilesUnityEditorDataPlaybackEnginesAndroidPlayerToolsgradlelibgradle-launcher-4.6.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "assembleDebug"
stderr[
D8: Program type already present: com.unity3d.ads.BuildConfig
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformDexArchiveWithExternalLibsDexMergerForDebug'.
I've tried changing stuff with a build.gradle file like a lot of posts suggest, but I can't get anything to work.
The error didn't exist in Unity 2018.2. I checked right before I updated, but the update is now throwing this issue.
Does anyone have any UNITY specific ideas what to do here? I've tried so many things and nobody's post has been able to help me yet.
Thanks for any help


asked Jan 1 at 17:28
Mike HMike H
10813
10813
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This error probably happens when you add a library which is not compatible with your compileSdkVersion.
In your case you can have libs that were not imported by default by unity (and now are)
or there can be a problem with the Build Tools version. (You can try updating them)
I had similar problem a few versions ago, but I don't remember how I fixed it.
I didn't have time to upgrade to unity 2018.3 yet. (So the tips are more like guesses, but it may help you solve the issue.)
1
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
1
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
|
show 1 more comment
You can open the PackageManage under Window in the menu bar and remove Advertisement or you can delete the com.unity.ads file of Library/PackageCache in the project directory to resolve this issue.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997487%2funity-2018-3-android-dex-merging-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This error probably happens when you add a library which is not compatible with your compileSdkVersion.
In your case you can have libs that were not imported by default by unity (and now are)
or there can be a problem with the Build Tools version. (You can try updating them)
I had similar problem a few versions ago, but I don't remember how I fixed it.
I didn't have time to upgrade to unity 2018.3 yet. (So the tips are more like guesses, but it may help you solve the issue.)
1
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
1
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
|
show 1 more comment
This error probably happens when you add a library which is not compatible with your compileSdkVersion.
In your case you can have libs that were not imported by default by unity (and now are)
or there can be a problem with the Build Tools version. (You can try updating them)
I had similar problem a few versions ago, but I don't remember how I fixed it.
I didn't have time to upgrade to unity 2018.3 yet. (So the tips are more like guesses, but it may help you solve the issue.)
1
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
1
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
|
show 1 more comment
This error probably happens when you add a library which is not compatible with your compileSdkVersion.
In your case you can have libs that were not imported by default by unity (and now are)
or there can be a problem with the Build Tools version. (You can try updating them)
I had similar problem a few versions ago, but I don't remember how I fixed it.
I didn't have time to upgrade to unity 2018.3 yet. (So the tips are more like guesses, but it may help you solve the issue.)
This error probably happens when you add a library which is not compatible with your compileSdkVersion.
In your case you can have libs that were not imported by default by unity (and now are)
or there can be a problem with the Build Tools version. (You can try updating them)
I had similar problem a few versions ago, but I don't remember how I fixed it.
I didn't have time to upgrade to unity 2018.3 yet. (So the tips are more like guesses, but it may help you solve the issue.)
answered Jan 1 at 21:19
sswwqqaasswwqqaa
6321314
6321314
1
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
1
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
|
show 1 more comment
1
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
1
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
1
1
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
Thanks for your advice. I appreciate it and will look into it - I will post if i find a solution
– Mike H
Jan 1 at 21:20
1
1
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
Apparently the google ads mediation was what was throwing the error. Once removed, the error went away. Not sure what i'll do to work around it later but at least it compiles again. Thanks for the advice
– Mike H
Jan 2 at 4:27
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
It may be related to this: blogs.unity3d.com/2018/08/07/… All of the ads will be served by unity ads and monetized by unity or google.(Payout thorough unity) Maybe they also dropped AdMob, but I'm not familiar with the topic so I may be wrong.
– sswwqqaa
Jan 3 at 17:56
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
Maybe Google dropped AdMob for Unity as Google is now another advertising partner within Unity’s unified auction
– sswwqqaa
Jan 3 at 18:04
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
If i understand you correctly, you're saying using Unity Ads alone will essentially be able to pull google ads through their network too? So Unity Ads is the superior option in that case?
– Mike H
Jan 4 at 18:03
|
show 1 more comment
You can open the PackageManage under Window in the menu bar and remove Advertisement or you can delete the com.unity.ads file of Library/PackageCache in the project directory to resolve this issue.
add a comment |
You can open the PackageManage under Window in the menu bar and remove Advertisement or you can delete the com.unity.ads file of Library/PackageCache in the project directory to resolve this issue.
add a comment |
You can open the PackageManage under Window in the menu bar and remove Advertisement or you can delete the com.unity.ads file of Library/PackageCache in the project directory to resolve this issue.
You can open the PackageManage under Window in the menu bar and remove Advertisement or you can delete the com.unity.ads file of Library/PackageCache in the project directory to resolve this issue.
edited Feb 27 at 5:39
Bharathi
607833
607833
answered Feb 27 at 3:55


白海龙白海龙
112
112
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997487%2funity-2018-3-android-dex-merging-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown