question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to resolve: com.github.Raizlabs.DBFlow:dbflow:4.0.3

See original GitHub issue

DBFlow Version: 4.0.3 Issue Kind: Question Description:

Hi,I want to upgrade the version 4.0.3 of DBFlow,but i got some error:

image

I’m not use the android-apt but use android-build-tools,and i think it`s not the reason with this.

how can i resolve it ? please!!


My configs:

root build.gradle:

buildscript {
    repositories {
        jcenter()
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.2'
        classpath 'com.tencent.bugly:symtabfileuploader:2.1.0'
    }
}

allprojects {
    repositories {
        jcenter()
        mavenCentral()
        maven { url 'https://www.jitpack.io' }
    }
}

module build.gradle:

annotationProcessor 'com.github.Raizlabs.DBFlow:dbflow-processor:4.0.3'
compile 'com.github.Raizlabs.DBFlow:dbflow-core:4.0.3'
compile 'com.github.Raizlabs.DBFlow:dbflow:4.0.3'

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
baranowskinetcommented, Jun 12, 2017

Yes, convert to lower case solves problem. Please update main page on Github with proper example of installation.

7reactions
GerritDeMeuldercommented, Jun 12, 2017

Hi All, solution to this for me was to change the “… Raizlabs.DBFlow …” part to lowercase “… raizlabs.dbflow …” I think this might be android studio 2.3.3 related, because I just recently got this in 4.0.4, and not in 4.0.3 before I upgraded AS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR: Failed to resolve: com.github.Raizlabs.DBFlow ...
It Does Not Resolve. DBFlow Version: 5.0.0-alpha1. Bug: Failed to resolve com.github.Raizlabs.DBFlow dependencies. Description:
Read more >
Could not find com.github.Raizlabs.DBFlow:dbflow-core:4.0.0 ...
when i try to install this library on my android project i get this error: Error:Could not find com.github.Raizlabs.
Read more >
Error:Could not find com.github.Raizlabs.DBFlow:dbflow ...
I have set jCenter() and apt plugin. Error:Could not find com.github.Raizlabs.DBFlow:dbflow-processor:3.0.0-beta2. Searched in the following ...
Read more >
turtle build:android error: Could not find com.github.Raizlabs ...
Issue Description · Command executed · Complete output when running turtle, including the stack trace and command used.
Read more >
Not able to resolve 4.2.4 artifacts · Issue #1717 - GitHub
Description: Could not resolve all artifacts for configuration ':core:releaseCompileClasspath'. Could not find com.github.Raizlabs.DBFlow:dbflow ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found