Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:(36, 13) Failed to resolve: com.github.2359media:EasyAndroidAnimations:0.8 #29

Open
burliEnterprises opened this issue Aug 19, 2017 · 8 comments

Comments

@burliEnterprises
Copy link

working with gradle, any idea?

@MennaSamy
Copy link

I have same problem did u find a solution ?

@burliEnterprises
Copy link
Author

unfortunately not sorry

@MennaSamy
Copy link

I found place
maven {
url "https://jitpack.io"}
in allprjects not in buildscript if it didn't work let me know

@HareshSolankiibl
Copy link

any solutions?

@MurtadhaS
Copy link

You can just download the jar an import it.

@josef130
Copy link

josef130 commented May 8, 2019

1- download the jar from
https://github.com/2359media/EasyAndroidAnimations

2- add this ligne in gradle module :
implementation files('libs/easyandroidanimationslibrary-v0.5.jar')

and import it in "libs" folder .

3- gradle project :
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}

@wayvez
Copy link

wayvez commented Jun 10, 2019

Did this work? Also, what gradle module to add that to, the project or the module?
When you say import in to libs folder do you mean just copy it or all-the-way move it to there, and where is that?

@BlueBoxWare
Copy link

BlueBoxWare commented Aug 21, 2019

You can replace

com.github.2359media:EasyAndroidAnimations:0.8

with

com.github.2359media:EasyAndroidAnimations:07f1306

in your build file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants