gpt4 book ai didi

java - 错误 :Cause: failed to find target with hash string 'Google Inc.:Google APIs:23' in: E:\AndroidStudio\SDK

转载 作者:IT老高 更新时间:2023-10-28 21:04:36 26 4
gpt4 key购买 nike

我有上述错误,但不知道为什么我仍然有它。我已经多次重新安装 API 23 并进行了谷歌搜索,我发现的唯一解决方法是重新安装 API,但仍然存在问题。

有人解决了吗?

        apply plugin: 'com.android.application'

android {
compileSdkVersion 'Google Inc.:Google APIs:23'
buildToolsVersion '23.0.2'

defaultConfig {
applicationId "com.example.app"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
}

lintOptions {
disable 'InvalidPackage'
}


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

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'me.neavo:volley:2014.12.09'
compile 'com.google.code.gson:gson:2.5'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.android.support:support-v4:23.1.1'
}

最佳答案

尝试使用 compileSdkVersion 23 而不是 compileSdkVersion 'Google Inc.:Google APIs:23'

关于java - 错误 :Cause: failed to find target with hash string 'Google Inc.:Google APIs:23' in: E:\AndroidStudio\SDK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35450417/

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