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

Error:Could not find com.github.mychoices:Jgraph:v1.2 #6

Open
jp1017 opened this issue Mar 30, 2017 · 3 comments
Open

Error:Could not find com.github.mychoices:Jgraph:v1.2 #6

jp1017 opened this issue Mar 30, 2017 · 3 comments

Comments

@jp1017
Copy link

jp1017 commented Mar 30, 2017

Error:Could not find com.github.mychoices:Jgraph:v1.2.
Required by:
    project :app
<a href="searchInBuildFiles">Search in build.gradle files</a>

jitpack.io has already added.

com.github.mychoices:Jgraph:1.2 can't find too.

@reals79
Copy link

reals79 commented Mar 31, 2017

Hi,
same problem.
I added "compile 'com.github.mychoices:Jgraph:master-SNAPSHOT'" instead "compile 'com.github.mychoices:Jgraph:1.2'" and it works.

But I'm not sure that this is correct.

@MichalStranik
Copy link

Hello, this problem persists. I made new/default project in Android Studio 2.3 added following:

allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'

compile 'com.github.mychoices:Jgraph:v1.2'

}

And I got this error:
Error:(30, 13) Failed to resolve: com.github.mychoices:Jgraph:v1.2
Show in File
Show in Project Structure dialog

@ZeoZhang
Copy link

ZeoZhang commented Aug 7, 2017

#14

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

4 participants