错误:数据错误(循环冗余校验)

时间:2016-10-19 08:06:30

标签: android android-studio android-gradle

无法构建项目并收到以下错误......

讯息

enter image description here

事件记录

enter image description here

项目级build.gradle文件

dependencies {
    classpath 'com.android.tools.build:gradle:2.2.1'
}

版本信息

  • Android Studio 2.2.1
  • compileSdkVersion 24
  • buildToolsVersion“24.0.3”
  • OS Windows 7 64位

Gradle设置

enter image description here

我尝试了很多东西,但最后,我必须在这里问一下。请帮忙。

2 个答案:

答案 0 :(得分:0)

您可以使用以下步骤修复该错误

  • open cmd(以管理员身份)
  • chkdsk D:/f/r
  • 重启

答案 1 :(得分:0)

尝试clean project

  1. 转到Build
  2. 点击clean project按钮
  3. 等待构建完成