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

Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT #367

Open
dangalg opened this issue May 14, 2015 · 24 comments
Open

Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT #367

dangalg opened this issue May 14, 2015 · 24 comments

Comments

@dangalg
Copy link

dangalg commented May 14, 2015

I tried to compile this in my gradle and it failed

@matbos
Copy link

matbos commented May 14, 2015

Did you use gradle?

@dangalg
Copy link
Author

dangalg commented May 14, 2015

Sorry it was my mistake. Issue can be closed..
On May 14, 2015 2:44 PM, "Mateusz Boś" [email protected] wrote:

Did you use gradle?


Reply to this email directly or view it on GitHub
#367 (comment)
.

@ahmadalibaloch
Copy link

I am also getting the same problem.
in my Build.Gradle(Project) I have:

buildscript {

    repositories {

        jcenter()

        mavenCentral()

        maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

    }

    dependencies {

        classpath 'com.android.tools.build:gradle:1.+'

        // NOTE: Do not place your application dependencies here; they belong

        // in the individual module build.gradle files

    }

}

In my Build.gradle(App) I have:

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.android.support:cardview-v7:23.1.1'
    compile 'com.android.support:recyclerview-v7:23.1.1'
    compile 'com.android.support:design:23.1.1'
    compile 'de.hdodenhof:circleimageview:2.0.0'
    compile 'com.jakewharton:butterknife:7.0.1'
    compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
    compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
    compile 'com.squareup:otto:1.3.8'
    compile 'com.google.code.gson:gson:2.2.4'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'com.android.support:support-v4:23.1.1'
    compile 'com.github.machinarius:preferencefragment:0.1.1'
    compile 'com.google.android.gms:play-services-ads:8.3.0'
    compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
}

and when I sync it says:

Error:(38, 13) Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT
Show in File
Show in Project Structure dialog

@ahmadalibaloch
Copy link

Ok the mistake was I have to add repositories code above the dependencies in Build.gradle(app)

 repositories {
        mavenCentral()
        maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
    }

@ghost
Copy link

ghost commented Jan 4, 2016

today i want try using ActiveAndroid. But i'm unable get from Gradle(Android Studio) using depedency: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT.

@huaxiaos
Copy link

huaxiaos commented Mar 4, 2016

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?

@caoyy
Copy link

caoyy commented Jun 19, 2016

@ahmadalibaloch, Thanks, Worked for me!

@ornolisvt
Copy link

Put on top level working for me too

@naXa777
Copy link

naXa777 commented Sep 16, 2018

@ornolisvt do you still use Active Android?
#550

@ornolisvt
Copy link

No @naXa777. I'm using Objectbox

@AlexSuvorov2k
Copy link

Same problem today.

@naddysears
Copy link

Same problem happening with me today. Any fix?

@zobrathemanish
Copy link

This problem's giving me headache. Any fix?

@dikshantrawal
Copy link

I am having same problem today itself. And my development stuck due to this reason. please give a solution for this.

@conanlovevit
Copy link

Pls fix it. Thanks

@manpreet-tivix
Copy link

Somebody propose this solution #317 (comment)

@devarajat10
Copy link

Somebody propose this solution #317 (comment)

Why all of sudden today we all are facing same problem ??

@manpreet-tivix
Copy link

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''

@AlexSuvorov2k
Copy link

Solution here

@ncrichards
Copy link

Same problem here. It seems its no longer available in the repository

@ahrherrera
Copy link

Same problem here :(

@PrateekChaurasia
Copy link

same problem, any one got solution ?

@naddysears
Copy link

Solution below

https://locaandroid.blogspot.com/2020/05/failed-to-resolve-commichaelpardoactive.html

@ecr007
Copy link

ecr007 commented May 19, 2020

Solution below

https://locaandroid.blogspot.com/2020/05/failed-to-resolve-commichaelpardoactive.html

That Jar is not SAFE


Please download the official jar: https://github.com/pardom-zz/ActiveAndroid/downloads

Don't Get Hacked

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