Error Gradle Build C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 1

前端 未结 6 1212
太阳男子
太阳男子 2020-12-21 14:08

Error:Execution failed for task \':app:transformClassesWithDexForDebug\'. com.android.build.api.transform.TransformException: com.android.ide.common.process

6条回答
  •  时光取名叫无心
    2020-12-21 14:49

    I also faced the same issue after did reach i not resolved. instead of applied two approaches as follows:

    Process 1: Update plugin with build.gradle

    plugins {
    id "com.github.ManifestClasspath" version "0.1.0-RELEASE"
    }
    

    Process 2: Update the JAVA path while executing the application inside the IDE

    Still it is not working.

提交回复
热议问题