Compilation failed; see the compiler error output for details.

Bertha 。 2024-02-06 06:05 176阅读 0赞

出现 Compilation failed; see the compiler error output for details. 错误,可能是因为一个比较成熟的项目,要更新某个jar包。出现的部分低版本的写法在高版本jar中不存在的情况。不挨个用jar包的地方看看,你压根不知道哪里改了。

解决办法

在terminal中输入gradlew compileDebugSources,回车就能找到错误。

发表评论

表情:
评论列表 (有 0 条评论,176人围观)

还没有评论,来说两句吧...

相关阅读