NetHttpTransport无法解析为Google api实现的类型
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NetHttpTransport无法解析为Google api实现的类型相关的知识,希望对你有一定的参考价值。
我正在浏览Google表格的Google Java快速入门页面,但在完成这些步骤并尝试运行提供的示例代码后,出现以下错误:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
NetHttpTransport cannot be resolved to a type
GoogleNetHttpTransport cannot be resolved
Sheets cannot be resolved to a type
Builder cannot be resolved to a type
Sheets cannot be resolved to a type
JsonFactory cannot be resolved to a type
The method getValues() is undefined for the type ValueRange
at SheetsQuickstart.main(SheetsQuickstart.java:66)
关于可能导致它的原因的任何想法?
这是我关注的快速入门表:https://developers.google.com/sheets/api/quickstart/java
答案
检查您的进口。您需要导入此程序包以解决此错误并检查依赖性。
import com.google.api.client.http.javanet.NetHttpTransport;
以上是关于NetHttpTransport无法解析为Google api实现的类型的主要内容,如果未能解决你的问题,请参考以下文章
Gradle任务assembleDebug在与firebase同步时失败[关闭]
Googleplay为什么登不上,显示与Goog服务器通信时出现问题
谷歌钱包应用内付款:未捕获的 ReferenceError:未定义 goog。 google.payments 与 goog.payments