Jgraph icon indicating copy to clipboard operation
Jgraph copied to clipboard

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

Open jp1017 opened this issue 7 years ago • 3 comments

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.

jp1017 avatar Mar 30 '17 01:03 jp1017

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.

reals79 avatar Mar 31 '17 16:03 reals79

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

MichalStranik avatar Apr 11 '17 20:04 MichalStranik

https://github.com/ZuYun/Jgraph/issues/14

ZeoZhang avatar Aug 07 '17 06:08 ZeoZhang