Airtable java API for android

Airtable java API for android

我想 get/set 来自带有 android 应用程序的 airtable 的数据。

我正在使用 Airtable java API,但出现此错误:

我已经将以下内容添加到 app/build.gradle 依赖项

implementation group: 'com.sybit', name: 'airtable.java', version: '0.2.0'
implementation 'org.apache.httpcomponents:httpclient:4.5'

我看到有一个android API but it doesn't appear on maven repository

有没有办法修复这个错误并正确使用 Airtable Java API 和 android?

Airtable java API 在 android 上不可用。

我用HttpUrlConnection库做了同样的事情,参考Airtable Api doc