在项目':app'中找不到任务'generateDebugSources'

时间:2015-12-17 10:59:25

标签: android android-gradle build.gradle

我一直在Macbook中开发我的应用程序,并将我的项目放在Github中。

我有一台Windows笔记本电脑并从Github克隆了我的项目,但是当我构建我的应用程序时,我收到了这些错误而且我的应用程序无法构建:

Error:FAILURE: Build failed with an exception.

* What went wrong:
Task 'generateDebugSources' not found in project ':app'.

* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

我该如何解决这个问题?

由于

1 个答案:

答案 0 :(得分:1)

请检查文件“YourProject / app / build.gradle”可能不存在或者它已损坏(有些时候由于电源故障,当前运行的文件变为空白)。如果你有较旧的备份,那么从那里复制所有语法并在“YourProject / app / build.gradle”上将其过去。