How to fix “Program type already present: androidx.concurrent.futures.DirectExecutor”
After migrating to AndroidX, I have the following issue as a result of the migration:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/0.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/1.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/2.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/3.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/4.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/5.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/6.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/7.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/8.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/9.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/10.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/11.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/12.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/13.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/14.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/15.jar...
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: androidx.concurrent.futures.DirectExecutor
Has anyone come across a similar issue, as I have not found any solutions to this problem in any forum.



add a comment |
After migrating to AndroidX, I have the following issue as a result of the migration:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/0.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/1.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/2.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/3.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/4.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/5.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/6.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/7.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/8.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/9.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/10.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/11.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/12.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/13.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/14.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/15.jar...
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: androidx.concurrent.futures.DirectExecutor
Has anyone come across a similar issue, as I have not found any solutions to this problem in any forum.



I also upgraded to AndroidX and got this issue. :( Still stuck with the below errors. - Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: androidx.concurrent.futures.DirectExecutor Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complet
– Sumit Saurabh
Jan 3 at 2:46
I don't think that issue has a solution yet, because i have searched everywhere, can't find any solution, the issue is not common...
– Olakunle Irantiola
Jan 3 at 5:05
I am also empty-handed. Looks like I will have to revert back to older libraries. :(
– Sumit Saurabh
Jan 3 at 6:17
I am currently fed up, I don't know what to do, I can't move on
– Olakunle Irantiola
Jan 4 at 10:27
Hadn't you taken any backup? and if you refactored the code through "Migrate to Androidx", Android studio would have asked for the zipped backup. I moved back to the older codebase.
– Sumit Saurabh
Jan 4 at 11:09
add a comment |
After migrating to AndroidX, I have the following issue as a result of the migration:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/0.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/1.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/2.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/3.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/4.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/5.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/6.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/7.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/8.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/9.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/10.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/11.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/12.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/13.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/14.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/15.jar...
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: androidx.concurrent.futures.DirectExecutor
Has anyone come across a similar issue, as I have not found any solutions to this problem in any forum.



After migrating to AndroidX, I have the following issue as a result of the migration:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/0.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/1.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/2.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/3.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/4.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/5.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/6.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/7.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/8.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/9.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/10.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/11.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/12.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/13.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/14.jar, /home/lexy/AndroidStudioProjects/Testbucks/app/build/intermediates/transforms/dexBuilder/debug/15.jar...
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: androidx.concurrent.futures.DirectExecutor
Has anyone come across a similar issue, as I have not found any solutions to this problem in any forum.






edited Jan 3 at 13:55
George
4051420
4051420
asked Jan 1 at 20:44


Olakunle IrantiolaOlakunle Irantiola
232
232
I also upgraded to AndroidX and got this issue. :( Still stuck with the below errors. - Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: androidx.concurrent.futures.DirectExecutor Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complet
– Sumit Saurabh
Jan 3 at 2:46
I don't think that issue has a solution yet, because i have searched everywhere, can't find any solution, the issue is not common...
– Olakunle Irantiola
Jan 3 at 5:05
I am also empty-handed. Looks like I will have to revert back to older libraries. :(
– Sumit Saurabh
Jan 3 at 6:17
I am currently fed up, I don't know what to do, I can't move on
– Olakunle Irantiola
Jan 4 at 10:27
Hadn't you taken any backup? and if you refactored the code through "Migrate to Androidx", Android studio would have asked for the zipped backup. I moved back to the older codebase.
– Sumit Saurabh
Jan 4 at 11:09
add a comment |
I also upgraded to AndroidX and got this issue. :( Still stuck with the below errors. - Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: androidx.concurrent.futures.DirectExecutor Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complet
– Sumit Saurabh
Jan 3 at 2:46
I don't think that issue has a solution yet, because i have searched everywhere, can't find any solution, the issue is not common...
– Olakunle Irantiola
Jan 3 at 5:05
I am also empty-handed. Looks like I will have to revert back to older libraries. :(
– Sumit Saurabh
Jan 3 at 6:17
I am currently fed up, I don't know what to do, I can't move on
– Olakunle Irantiola
Jan 4 at 10:27
Hadn't you taken any backup? and if you refactored the code through "Migrate to Androidx", Android studio would have asked for the zipped backup. I moved back to the older codebase.
– Sumit Saurabh
Jan 4 at 11:09
I also upgraded to AndroidX and got this issue. :( Still stuck with the below errors. - Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: androidx.concurrent.futures.DirectExecutor Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complet
– Sumit Saurabh
Jan 3 at 2:46
I also upgraded to AndroidX and got this issue. :( Still stuck with the below errors. - Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: androidx.concurrent.futures.DirectExecutor Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complet
– Sumit Saurabh
Jan 3 at 2:46
I don't think that issue has a solution yet, because i have searched everywhere, can't find any solution, the issue is not common...
– Olakunle Irantiola
Jan 3 at 5:05
I don't think that issue has a solution yet, because i have searched everywhere, can't find any solution, the issue is not common...
– Olakunle Irantiola
Jan 3 at 5:05
I am also empty-handed. Looks like I will have to revert back to older libraries. :(
– Sumit Saurabh
Jan 3 at 6:17
I am also empty-handed. Looks like I will have to revert back to older libraries. :(
– Sumit Saurabh
Jan 3 at 6:17
I am currently fed up, I don't know what to do, I can't move on
– Olakunle Irantiola
Jan 4 at 10:27
I am currently fed up, I don't know what to do, I can't move on
– Olakunle Irantiola
Jan 4 at 10:27
Hadn't you taken any backup? and if you refactored the code through "Migrate to Androidx", Android studio would have asked for the zipped backup. I moved back to the older codebase.
– Sumit Saurabh
Jan 4 at 11:09
Hadn't you taken any backup? and if you refactored the code through "Migrate to Androidx", Android studio would have asked for the zipped backup. I moved back to the older codebase.
– Sumit Saurabh
Jan 4 at 11:09
add a comment |
1 Answer
1
active
oldest
votes
After migrating to AndroidX, I had a similar issue and the issue was because of Guava.
The way I resolved it was to include the following:
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
In the (Module:app), most solutions suggest that if you encounter this issue you include the following, in your module gradle:
implementation("android.arch.work:work-runtime:1.0.0-alpha09") {
exclude group: 'com.google.guava', module: 'listenablefuture'
}
This results in the following issue: Program type already present androidx.concurrent.futures.DirectExecutor.
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the sameandroidx.concurrent.futures.DirectExecutor
error.
– blinkmacalahan
Jan 22 at 5:38
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%2f53998802%2fhow-to-fix-program-type-already-present-androidx-concurrent-futures-directexec%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
After migrating to AndroidX, I had a similar issue and the issue was because of Guava.
The way I resolved it was to include the following:
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
In the (Module:app), most solutions suggest that if you encounter this issue you include the following, in your module gradle:
implementation("android.arch.work:work-runtime:1.0.0-alpha09") {
exclude group: 'com.google.guava', module: 'listenablefuture'
}
This results in the following issue: Program type already present androidx.concurrent.futures.DirectExecutor.
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the sameandroidx.concurrent.futures.DirectExecutor
error.
– blinkmacalahan
Jan 22 at 5:38
add a comment |
After migrating to AndroidX, I had a similar issue and the issue was because of Guava.
The way I resolved it was to include the following:
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
In the (Module:app), most solutions suggest that if you encounter this issue you include the following, in your module gradle:
implementation("android.arch.work:work-runtime:1.0.0-alpha09") {
exclude group: 'com.google.guava', module: 'listenablefuture'
}
This results in the following issue: Program type already present androidx.concurrent.futures.DirectExecutor.
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the sameandroidx.concurrent.futures.DirectExecutor
error.
– blinkmacalahan
Jan 22 at 5:38
add a comment |
After migrating to AndroidX, I had a similar issue and the issue was because of Guava.
The way I resolved it was to include the following:
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
In the (Module:app), most solutions suggest that if you encounter this issue you include the following, in your module gradle:
implementation("android.arch.work:work-runtime:1.0.0-alpha09") {
exclude group: 'com.google.guava', module: 'listenablefuture'
}
This results in the following issue: Program type already present androidx.concurrent.futures.DirectExecutor.
After migrating to AndroidX, I had a similar issue and the issue was because of Guava.
The way I resolved it was to include the following:
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
In the (Module:app), most solutions suggest that if you encounter this issue you include the following, in your module gradle:
implementation("android.arch.work:work-runtime:1.0.0-alpha09") {
exclude group: 'com.google.guava', module: 'listenablefuture'
}
This results in the following issue: Program type already present androidx.concurrent.futures.DirectExecutor.
answered Jan 4 at 12:10
GeorgeGeorge
4051420
4051420
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the sameandroidx.concurrent.futures.DirectExecutor
error.
– blinkmacalahan
Jan 22 at 5:38
add a comment |
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the sameandroidx.concurrent.futures.DirectExecutor
error.
– blinkmacalahan
Jan 22 at 5:38
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
Oh my God, this just worked like a magic, after 4weeks of searching, thanks so much....
– Olakunle Irantiola
Jan 5 at 12:14
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
@OlakunleIrantiola please upvote the answer
– George
Jan 6 at 18:22
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the same
androidx.concurrent.futures.DirectExecutor
error.– blinkmacalahan
Jan 22 at 5:38
This works!! I had exactly the same problem, and tried the other "suggested solutions", and also got the same
androidx.concurrent.futures.DirectExecutor
error.– blinkmacalahan
Jan 22 at 5:38
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%2f53998802%2fhow-to-fix-program-type-already-present-androidx-concurrent-futures-directexec%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
I also upgraded to AndroidX and got this issue. :( Still stuck with the below errors. - Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: androidx.concurrent.futures.DirectExecutor Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complet
– Sumit Saurabh
Jan 3 at 2:46
I don't think that issue has a solution yet, because i have searched everywhere, can't find any solution, the issue is not common...
– Olakunle Irantiola
Jan 3 at 5:05
I am also empty-handed. Looks like I will have to revert back to older libraries. :(
– Sumit Saurabh
Jan 3 at 6:17
I am currently fed up, I don't know what to do, I can't move on
– Olakunle Irantiola
Jan 4 at 10:27
Hadn't you taken any backup? and if you refactored the code through "Migrate to Androidx", Android studio would have asked for the zipped backup. I moved back to the older codebase.
– Sumit Saurabh
Jan 4 at 11:09