
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Where/when do you get this error?

Is this related to appwrite?

yes

i am getting this error when i write implementation("io.appwrite:sdk-for-android:5.0.0")

If you will use cloud (https://cloud.appwrite.io) you should use the version 4.0.1

let me try

As the 5.0.0 is only for appwrite 1.5


i am using this documentation

As you see, it uses 4.0.1 too

But when do you get that error? Do you have implemented some part of the code?

i have just written this piece of code implementation("io.appwrite:sdk-for-android:4.0.1")

What's your gradle version?

8.4

same error is coming even after writing implementation("io.appwrite:sdk-for-android:8.4.0")
Recommended threads
- Flutter OAuth2 Google Login – Redirect I...
i tried implementing OAuth2 Google Login in my app, and it works fine for the most part, the problem am facing is when i chose a google account to sign in/up wi...
- Cannot use Google Oauth in my Project
I tried to use Appwrite Google Oauth Provider in my app but had some troubles. I receives this error no matter what: error or success: 2025-09-21 18:50:33.845 3...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
