gpt4 book ai didi

java - Eclipse 未导入 com.google.api.client。进口?

转载 作者:行者123 更新时间:2023-12-02 02:01:33 27 4
gpt4 key购买 nike

我正在尝试将 Google 的日历 API 实现到我的 Eclipse 中的 Spring Boot 项目中。我正在关注这个Java tutorial from the Google Developers' website

我正在执行第 3 步,我要复制代码,但是所有 Google API 导入都存在错误:

enter image description here

我得到的错误:

The import com.google cannot be resolved

导致错误的 Gradle 文件: enter image description here

更新:我将以下内容添加到 Pom 文件中,它删除了几乎所有导入错误:

    <dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-calendar</artifactId>
<version>v3-rev224-1.22.0</version>
</dependency>

但是,以下两个导入仍然有错误:

import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;

import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;

最佳答案

你不能同时使用 gradle 和 maven。使用 gradlepom

如您所提到的,删除 gradle 构建文件并在 pom.xml 中添加依赖项。

然后转到maven ==>更新项目

这应该下载依赖项并修复错误。

关于java - Eclipse 未导入 com.google.api.client。进口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51504370/

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