-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT #367
Comments
Did you use gradle? |
Sorry it was my mistake. Issue can be closed..
|
I am also getting the same problem.
In my Build.gradle(App) I have:
and when I sync it says: Error:(38, 13) Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT |
Ok the mistake was I have to add repositories code above the dependencies in Build.gradle(app)
|
today i want try using ActiveAndroid. But i'm unable get from Gradle(Android Studio) using depedency: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT. |
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } must put in the Top-level build.gradle. Can i put it in the module's build.gradle? |
@ahmadalibaloch, Thanks, Worked for me! |
Put on top level working for me too |
@ornolisvt do you still use Active Android? |
No @naXa777. I'm using Objectbox |
Same problem today. |
Same problem happening with me today. Any fix? |
This problem's giving me headache. Any fix? |
I am having same problem today itself. And my development stuck due to this reason. please give a solution for this. |
Pls fix it. Thanks |
Somebody propose this solution #317 (comment) |
Why all of sudden today we all are facing same problem ?? |
probably the maven is not existing anymore. So maybe fork this repo and then you can also give path the of your own repo. implementation 'com.github.'yourusername':ActiveAndroid:'commit code or version'' |
Solution here |
Same problem here. It seems its no longer available in the repository |
Same problem here :( |
same problem, any one got solution ? |
That Jar is not SAFE Please download the official jar: https://github.com/pardom-zz/ActiveAndroid/downloads Don't Get Hacked |
I tried to compile this in my gradle and it failed
The text was updated successfully, but these errors were encountered: