I want to get/set data from an airtable with android app.
I'm using Airtable java API however I get this error:
I already added the following to app/build.gradle
dependencies
implementation group: 'com.sybit', name: 'airtable.java', version: '0.2.0'
implementation 'org.apache.httpcomponents:httpclient:4.5'
I saw that there was an android API but it doesn't appear on maven repository
Is there a way to fix this error and properly use Airtable Java API with android ?
The lib Airtable java API is not available on android.
I did the same thing by using HttpUrlConnection
library, refering to Airtable Api doc