我一直在我的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.
我该怎么解决这个问题?
谢啦,谢啦
2条答案
按热度按时间nnsrf1az1#
请检查文件“YourProject/app/build.gradle”是否不存在或已损坏(有时由于电源故障,当前运行的文件会变为空白)。如果您有较旧的备份,请从那里复制所有语法并将其传递到“YourProject/app/build.gradle”。
zkure5ic2#
我在Android Studio中通过运行
File > Invalidate Caches...
解决了这个问题