可以在Gradle,Android项目中使用ApiFuture吗?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了可以在Gradle,Android项目中使用ApiFuture吗?相关的知识,希望对你有一定的参考价值。

我目前正在尝试使用“ApiFuture”,因为在整个大项目中使用任务很痛苦。有什么方法可以在我的android项目中使用ApiFutures吗?我在网上搜索过,但却找不到任何东西。如果该信息有帮助,Gradle支持Android项目。谢谢!

答案

你可以使用这个implementation

repositories 
  mavenCentral()

dependencies 
  implementation 'com.google.api-client:google-api-client:1.25.0'

有关更多信息,你可以看看Google Api Client Libraries,如果你想看一个例子来看看这个firebase-asynchronous-operations-with-admin-java-sdk-82ca9b4f6022,这家伙正在使用ApiFuture

以上是关于可以在Gradle,Android项目中使用ApiFuture吗?的主要内容,如果未能解决你的问题,请参考以下文章

无法为参数org.gradle.api.Project找到方法android()

使用 gradle 构建 android 项目

可以在Gradle,Android项目中使用ApiFuture吗?

在 Android Studio 中使用 Gradle 管理 Google Maps API 密钥

在 Android Studio 后端设置 API 级别

Android第4坑:Android项目中使用lambda表达式