Could not find com.zendesk:support-providers:5.0.2 | Community
Skip to main content

Could not find com.zendesk:support-providers:5.0.2

  • April 26, 2021
  • 6 replies
  • 0 views

Gerardo13

Well I just tried to generate an Android APK in my Azure DevOps pipeline and it gives me the following error, all works fine the same build varian in Android Studio, also before adding this dependency in my pipeline works fine.

Why I can't resolve dependencies out of Android Studio?

     Searched in the following locations:
       - file:/home/vsts/work/1/s/ProjectFolder/module01/libs/support-providers-5.0.2.jar
       - file:/home/vsts/work/1/s/ProjectFolder/module01/libs/support-providers.jar
     Required by:
         project :module01 > project :module02 > project :module03```


6 replies

  • September 4, 2021

I didn't get the following equation:

Searched in the following locations:
       - file:/home/vsts/work/1/s/ProjectFolder/module01/libs/support-providers-5.0.2.jar
       - file:/home/vsts/work/1/s/ProjectFolder/module01/libs/support-providers.adobe
     Required by:
         project :module01 > project :module02 > project :module03```

Gerardo13
  • Author
  • September 5, 2021

kinemaster
  • November 29, 2021

Thanks, Gerardo for sharing the below link:

https://stackoverflow.com/questions/67267477/could-not-find-com-zendesksupport-providers/

It helped me a lot.


Gerardo13
  • Author
  • November 30, 2021

Sure thing, you can upvote the answer if it was helpful :D, cheers!.


Dave12
  • December 3, 2021
Thanks for posting the link to your solution, Gerardo!

A69
  • May 15, 2022

Thank you so much for posting solution! It really fixed lot of my problems.