AndroidStudio中级问题之ErrorFailedtocompleteGradleexecutionCause
简书链接:AndroidStudio中级问题之ErrorFailedtocompleteGradleexecutionCause
文章字数:130,阅读全文大约需要1分钟
这个问题新建一个项目就能给你出现。解决方法?版本问题?可是我特么改版本随便build就直接这个错误,根本不会走编译流程,
Error:Unable to load class ‘org.slf4j.LoggerFactory’.
Possible causes for this unexpected error include:
- Gradle’s dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network) - The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart) - Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
这是我研究cpan瘦身 改了 gradle 路径 进入Setting-> Gradle 勾选 Use default gradle wrapper
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 情迁博客!
评论