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
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- My organization's project is blocked
My organization's project is blocked so unblocked my organization then I will this
- Can't Create An Account with Gmail Domai...
Hi, when using account.create() to register a new user with the Gmail domain, I got "There was an error processing your request. Please check the inputs and try...