When I run the app error is coming as Execution failed for task...











up vote
0
down vote

favorite












When I run the app below mentioned error is coming. Can any body please help on solving my issue.



I will be very thankful.



Task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' is not up-to-date because:
Task has failed previously.
All input files are considered out-of-date for incremental task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
Merging to 'E:AndroidMyProjectsMySaloonsappbuildintermediatestransformsexternalLibsDexMergerdebug' with D8 from
AGPBI: {"kind":"error","text":"Program type already present: android.arch.core.util.Function","sources":[{}],"tool":"D8"}
:app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
:app:transformDexArchiveWithExternalLibsDexMergerForDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 1.446 secs.
:app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) started.
:app:buildInfoGeneratorDebug
Task ':app:buildInfoGeneratorDebug' is not up-to-date because:
Task has not declared any outputs.
:app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 0.013 secs.

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:
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: android.arch.core.util.Function

* Try:
Run with --debug option to get more log output. Run with --scan to get full insights.

* Exception is:

Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: android.arch.core.util.Function
at com.android.tools.r8.utils.Reporter.failIfPendingErrors(Reporter.java:116)
at com.android.tools.r8.utils.Reporter.fatalError(Reporter.java:74)
at









share|improve this question


























    up vote
    0
    down vote

    favorite












    When I run the app below mentioned error is coming. Can any body please help on solving my issue.



    I will be very thankful.



    Task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' is not up-to-date because:
    Task has failed previously.
    All input files are considered out-of-date for incremental task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
    Merging to 'E:AndroidMyProjectsMySaloonsappbuildintermediatestransformsexternalLibsDexMergerdebug' with D8 from
    AGPBI: {"kind":"error","text":"Program type already present: android.arch.core.util.Function","sources":[{}],"tool":"D8"}
    :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
    :app:transformDexArchiveWithExternalLibsDexMergerForDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 1.446 secs.
    :app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) started.
    :app:buildInfoGeneratorDebug
    Task ':app:buildInfoGeneratorDebug' is not up-to-date because:
    Task has not declared any outputs.
    :app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 0.013 secs.

    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:
    Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
    Program type already present: android.arch.core.util.Function

    * Try:
    Run with --debug option to get more log output. Run with --scan to get full insights.

    * Exception is:

    Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: android.arch.core.util.Function
    at com.android.tools.r8.utils.Reporter.failIfPendingErrors(Reporter.java:116)
    at com.android.tools.r8.utils.Reporter.fatalError(Reporter.java:74)
    at









    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      When I run the app below mentioned error is coming. Can any body please help on solving my issue.



      I will be very thankful.



      Task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' is not up-to-date because:
      Task has failed previously.
      All input files are considered out-of-date for incremental task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
      Merging to 'E:AndroidMyProjectsMySaloonsappbuildintermediatestransformsexternalLibsDexMergerdebug' with D8 from
      AGPBI: {"kind":"error","text":"Program type already present: android.arch.core.util.Function","sources":[{}],"tool":"D8"}
      :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
      :app:transformDexArchiveWithExternalLibsDexMergerForDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 1.446 secs.
      :app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) started.
      :app:buildInfoGeneratorDebug
      Task ':app:buildInfoGeneratorDebug' is not up-to-date because:
      Task has not declared any outputs.
      :app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 0.013 secs.

      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:
      Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
      Program type already present: android.arch.core.util.Function

      * Try:
      Run with --debug option to get more log output. Run with --scan to get full insights.

      * Exception is:

      Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: android.arch.core.util.Function
      at com.android.tools.r8.utils.Reporter.failIfPendingErrors(Reporter.java:116)
      at com.android.tools.r8.utils.Reporter.fatalError(Reporter.java:74)
      at









      share|improve this question













      When I run the app below mentioned error is coming. Can any body please help on solving my issue.



      I will be very thankful.



      Task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' is not up-to-date because:
      Task has failed previously.
      All input files are considered out-of-date for incremental task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
      Merging to 'E:AndroidMyProjectsMySaloonsappbuildintermediatestransformsexternalLibsDexMergerdebug' with D8 from
      AGPBI: {"kind":"error","text":"Program type already present: android.arch.core.util.Function","sources":[{}],"tool":"D8"}
      :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
      :app:transformDexArchiveWithExternalLibsDexMergerForDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 1.446 secs.
      :app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) started.
      :app:buildInfoGeneratorDebug
      Task ':app:buildInfoGeneratorDebug' is not up-to-date because:
      Task has not declared any outputs.
      :app:buildInfoGeneratorDebug (Thread[Daemon worker Thread 2,5,main]) completed. Took 0.013 secs.

      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:
      Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
      Program type already present: android.arch.core.util.Function

      * Try:
      Run with --debug option to get more log output. Run with --scan to get full insights.

      * Exception is:

      Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: android.arch.core.util.Function
      at com.android.tools.r8.utils.Reporter.failIfPendingErrors(Reporter.java:116)
      at com.android.tools.r8.utils.Reporter.fatalError(Reporter.java:74)
      at






      android-studio






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      Sabir Syed

      114




      114





























          active

          oldest

          votes











          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',
          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
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203459%2fwhen-i-run-the-app-error-is-coming-as-execution-failed-for-task-apptransformd%23new-answer', 'question_page');
          }
          );

          Post as a guest





































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203459%2fwhen-i-run-the-app-error-is-coming-as-execution-failed-for-task-apptransformd%23new-answer', 'question_page');
          }
          );

          Post as a guest




















































































          Popular posts from this blog

          Schultheiß

          Liste der Kulturdenkmale in Wilsdruff

          Android Play Services Check