Error:Cause: java.io.file cannot be cast to org.gradle.API.artifacts.ConfigurationPossible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)<a href="syncProject">Re-download dependencIEs and sync project (requires network)</a></li><li>The state of a Gradle build process may be corrupt.<a href="stopGradleDaemons">Stop Gradle daemons and sync project</a></li></ul>In the case of corrupt Gradle processes,you can also try closing the IDE and then killing all Java processes.
我尝试了所有建议但没有成功.此项目在控制台上构建良好 – 有点卡在这里.任何提示都可以提供帮助.
解决方法 可以通过更改来修复此类错误plusConfigurations += project.configurations.compile
至:
plusConfigurations += [ project.configurations.compile ]总结
以上是内存溢出为你收集整理的android – java.io.File无法强制转换为org.gradle.api.artifacts.Configuration全部内容,希望文章能够帮你解决android – java.io.File无法强制转换为org.gradle.api.artifacts.Configuration所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)