无法导入 com.google.api.services.bigquery.model.TableCell [重复]
Posted
技术标签:
【中文标题】无法导入 com.google.api.services.bigquery.model.TableCell [重复]【英文标题】:Can't import com.google.api.services.bigquery.model.TableCell [duplicate] 【发布时间】:2014-06-16 07:07:03 【问题描述】:在我们的源代码中,我可以为 'import com.google.api.services.bigquery.model.TableRow; 导入库; 导入 com.google.api.services.bigquery.model.*;' 但我无法导入'import com.google.api.services.bigquery.model.TableCell;' 请告诉我知道如何解决这个问题。 谢谢, 1
【问题讨论】:
【参考方案1】:从您附加的图像来看,您的 jar 文件中没有 TableCell 类。
1.Check the jar file whether it contains the TableCell class by extracting it
2.Download the latest version,remove the existing jar file and include the latest version again.
该包确实包含 TableCell 类。所以我只能假设您正在使用的 jar 文件中缺少它
https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/package-tree.html
【讨论】:
以上是关于无法导入 com.google.api.services.bigquery.model.TableCell [重复]的主要内容,如果未能解决你的问题,请参考以下文章
无法从'@angular/forms'导入“导入FormGroup,FormControl [重复]