gpt4 book ai didi

Android Studio build.gradle - 无法解析符号 'android'

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:54:45 26 4
gpt4 key购买 nike

我已经完成了教程 here一切正常,除了我的 build.gradle。 “android”部分中的所有内容都带有下划线并显示“无法解析符号”错误消息。这是在 Android Studio 0.3.1 中。我什至尝试重新安装 Android Studio,但仍然无法正常工作。

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
}
}
apply plugin: 'android'

repositories {
mavenCentral()
}

android {
compileSdkVersion 19
buildToolsVersion "17.0.0"

defaultConfig {
minSdkVersion 7
targetSdkVersion 18
}
}

dependencies {
compile 'com.android.support:appcompat-v7:+'
}

最佳答案

我最近在 Android Studio 1.3 上遇到了这个问题。唯一可行的解​​决方案是删除 .gradle 和 .idea 文件夹并在 Android Studio 中重新导入它。

关于Android Studio build.gradle - 无法解析符号 'android',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19781054/

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