Failed to notify project evaluation listener.
java.lang.reflect.InvocationTargetException (no error message)
mac在编译项目时出现这个这个异常
解决办法:

将project的build.gradle中的google()放在jcenter()上方(具体原因未知)
本文介绍了一种解决mac环境下使用Gradle编译项目时出现的Failed to notify project evaluation listener异常的方法。通过调整build.gradle文件中google()和jcenter()的顺序,可以有效避免该问题。
Failed to notify project evaluation listener.
java.lang.reflect.InvocationTargetException (no error message)
mac在编译项目时出现这个这个异常
解决办法:

将project的build.gradle中的google()放在jcenter()上方(具体原因未知)
388
1170

被折叠的 条评论
为什么被折叠?
