Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Could not find (Package name). Searched in the following locations:

When I try to build my Android project, I’m facing this issue:
`

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.github.corouteam:GlideToVectorYou:v2.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
       - https://jcenter.bintray.com/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
       - https://jitpack.io/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
     Required by:
         project :app

`

Error message

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

How can I solve the issue by downloading the package above?

Previously, it was working fine. However, When I try downgrade the version number to 1.2.0. It’s working fine. Thus, the issue seems with version 2.0.0.

>Solution :

The artifact host has been changed to https://jitpack.io/#2coffees1team/GlideToVectorYou.
Replace

com.github.corouteam:GlideToVectorYou:v2.0.0

to

com.github.2coffees1team:GlideToVectorYou:v2.0.0

Credits: https://github.com/corouteam/GlideToVectorYou/issues/18#issuecomment-1324610503

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading