似乎我的计算机进入睡眠模式并在同步仍处于打开状态时关闭,已损坏了一个项目,但幸运的是,它仅影响了gradle,而没有影响我的src文件。
我注意到我的项目将无法同步,几天前,我无法再次按下“运行”按钮(黄色的闪电按钮),但是不得不再次手动构建,这表明同步是失败。
我试图清理gradle文件,包括使缓存无效并重新启动,但是我认为这弄乱了我的缓存文件。
这是我的文件在IDE中的样子:
settings.gradle:
<component name=
local.properties:
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is
我无法向您显示我的build.gradle,因为我已将其复制到系统上并覆盖了已损坏的版本。
我的gradle包中的所有文件在IDE上都已损坏,但是我系统中gradle文件夹中的文件是未损坏的版本。
有没有一种方法可以解决此问题,而无需创建新项目并C + Ping我的src文件夹+放置新的依赖项?