occurred configuring project ':app'. > Failed to notify project evaluation listener

牧云@^-^@ 提交于 2019-12-04 01:47:59

I had this same issue and it was due to having two versions of JDK installed v8 & v9. By removing v9, I was able to resolve the issue (Mac User).

If you only have version 9 installed, I would remove it and try v8.

Navigate to /Library/Java/JavaVirtualMachines and remove the v9 directory

sudo rm -rf {yourVersionName}.jdk

You should have v8 in that directory. If not you will need to install it.

if you use windows env and use different java version change java version at system path as java 8.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!