Failed to resolve: com.github.Raizlabs.DBFlow:dbflow:4.0.3
See original GitHub issueDBFlow 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:
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:
- Created 6 years ago
- Comments:10 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, convert to lower case solves problem. Please update main page on Github with proper example of installation.
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.