日志
Initialization script 'C:\Users\Administrator\AppData\Local\Temp\sync.studio.tooling18685.gradle' line: 7
* What went wrong:
Could not get unknown property 'com' for root project 'xxxx' of type org.gradle.api.Project.
问题就是 Gradle verson 造成的
解决方案
file–>project structure —> gradle versioni 切换一个自己有的版本就行了
文章讲述了在使用Gradle时遇到的错误,原因是在根项目xxxx中找不到属性com。解决方案是通过文件>项目结构>切换到已有的Gradle版本来解决问题。
8044

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



