gpt4 book ai didi

java - Gradle 项目同步失败。基本功能 - 在 Android Studio 2.2 上失败

转载 作者:行者123 更新时间:2023-12-02 03:07:53 29 4
gpt4 key购买 nike

我有 Android Studio 版本 2.2,当我打开一个新项目时,它会在“消息”选项卡中显示:

Error:C:\Users\Rooprai.gradle\caches\2.14.1\scripts-remapped\settings_4a7gjv1r4bbxs9f9pza41diyj\9ejwtyixtds2dlx9q4hqm4iap\cp_settings57408229\cache.properties (The system cannot find the file specified).

屏幕顶部显示:

Gradle project sync failed. Basic functionality (e.g. editing, debugging) will not work properly.

构建 Gradle:

  // Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.2'

    // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
} }

allprojects { repositories { jcenter() } }

task clean(type: Delete) { delete rootProject.buildDir }

buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } }

请帮忙,activity_main.xml 不起作用。

最佳答案

进入目录\Users\user\.gradle\caches\2.x。

您将找到脚本和重新映射的脚本目录。保留它们的备份,然后从目录中删除它们。

重试 gradle 同步。它应该可以工作,因为它会生成新的缓存文件。

希望这有帮助。谢谢。

关于java - Gradle 项目同步失败。基本功能 - 在 Android Studio 2.2 上失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41499863/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com