欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

TaskExecutionException: Execution failed for task ':app:transformJackWithJackForDebug'

程序员文章站 2022-04-24 22:40:36
...

需求

打包编译报错

解决

在Mac的AndroidStudio的Terminal中调用

./gradlew compileDebug --stacktrace -info  
./gradlew compileDebug --stacktrace -debug 
./gradlew compileDebugSources --stacktrace -info  

备注:

1、Windows的AndroidStudio的Terminal中要把./去掉。

2、如果Terminal报错bash gradle command not found,则参考 https://blog.csdn.net/u012246458/article/details/83410585

 

分析

 

 

相关标签: Android 报错