com.android.build.api.transform.TransformException:org.gradle.process.internal.ExecException

时间:2019-02-07 09:34:57

标签: android android-studio-3.0

在我的项目中生成签名的APK时,我面临以下问题。谁能给我解决方案。

问题:

 Error:Note: Some input files use or override a deprecated API.
  Note: Recompile with -Xlint:deprecation for details.
 Note: Some input files use unchecked or unsafe operations.
 Note: Recompile with -Xlint:unchecked for details.
 FAILURE: Build failed with an exception.

 * What went wrong:
 Execution failed for task ':app:transformClassesWithDesugarForRelease'.
 > com.android.build.api.transform.TransformException: 
  org.gradle.process.internal.ExecException: A problem occurred starting process 
'command 'C:\Program Files\Android Studio\jre\bin\java.exe''
  • 尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug运行 选项以获取更多日志输出。与--scan一起运行以获取完整的见解。 我完成了以下步骤,但不发现任何解决方案1)无效并重新启动2)清理并重建

0 个答案:

没有答案