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

Dependency not find in Android Studio -> Library Dependency search #25

Closed
anvesh523 opened this issue Nov 30, 2015 · 2 comments
Closed

Comments

@anvesh523
Copy link

compile 'io.paperdb:paperdb:1.1' dependency is not loading in my Android Studio !!!!

Only that Library project we have to add !!!!?

&

In Demo app nothing was there .... U can try to add few examples, for beginners it will helpful .....

@pilgr
Copy link
Owner

pilgr commented Nov 30, 2015

Make sure you specified the repo with dependency. Paper is hosted on jcenter. My repositories section in build.gradle looks like:

repositories {
    mavenLocal()
    jcenter()
    mavenCentral()
}

@Soroyesodiq
Copy link

Hi pilgr. Am having issues synchronizing my project after adding your implementation 'io.paperdb:paperdb:2.6' dependency.
Below is the error message

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve io.paperdb:paperdb:2.6.
Open File
Show Details

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve io.paperdb:paperdb:2.6.
Open File
Show Details

Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve io.paperdb:paperdb:2.6.
Open File
Show Details

Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve io.paperdb:paperdb:2.6.
Open File
Show Details

Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve io.paperdb:paperdb:2.6.
Open File
Show Details

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

3 participants