gpt4 book ai didi

android - 如何使用 gradle 针对 Google API 进行编译?

转载 作者:太空狗 更新时间:2023-10-29 15:05:20 25 4
gpt4 key购买 nike

不幸的是,我有一个应用卡在使用 map v1 API 的过程中,需要针对 Google API 编译该应用。我正在使用较新版本的 android gradle 插件 (com.android.tools.build:gradle:0.9.+) 以及 gradle 1.10。我正在尝试针对 Google APIs 16 进行编译并收到此错误:

Could not determine the dependencies of task ':compileReleaseJava'.
> failed to find target Google Inc.:Google APIs:16

在旧版本中(即带有 gradle 插件 com.android.tools.build:gradle:0.6.+ 的 gradle 1.8)我可以在我的 build.gradle 文件中这样做:

buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
}
}
android {
compileSdkVersion "Google Inc.:Google APIs:16"
// rest of gradle file here
}

而且效果很好。但是,如果我将 compileSdkVersion 设置为 16,则会出现编译错误,因为我的应用程序正在使用所有 v1 map api。有没有办法使用像这样的较新的 gradle 插件针对 google api 进行编译?

最佳答案

错误看起来像是您没有下载适用于 API 16 的 Google API 插件。

关于android - 如何使用 gradle 针对 Google API 进行编译?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22411199/

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