Failed to Find "it.neokree:MaterialTabs:0.11" android studio dependencies error -
i applied following library dependencies,in android studio take com.android.support:appcompat-v7:21.0.+ , google dependencies.if apply private library dependencies following
failed find:it.neokree:materialtabs:0.11![failed find library dependencies in build.gradle android studio][1] compile filetree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:21.0.+' compile 'com.android.support:recyclerview-v7:21.0.+' compile 'org.lucasr.dspec:dspec:0.1.1' compile 'it.neokree:materialtabs:0.11' compile 'com.mcxiaoke.volley:library:1.0.+' compile 'com.telly:mrvector:0.2.0' compile 'com.oguzdev:circularfloatingactionmenu:1.0.2' compile 'me.tatarka.support:jobscheduler:0.1.1' compile 'jp.wasabeef:recyclerview-animators:1.1.0' compile 'com.nineoldandroids:library:2.4.0' compile 'com.daimajia.easing:library:1.0.1@aar' compile 'com.daimajia.androidanimations:library:1.1.3@aar' compile 'com.pkmmte.view:circularimageview:1.1' compile 'com.android.support:gridlayout-v7:22.0.0' } failed find library dependencies in build.gradle android studio. i researched many times , tried many ways.but can't find solutions.i don't know studio gradle problems or company blocked firewalls certificate security.i want solutions urgent.please solve problem , me.currently have used jar files only.if used jar files through libs folder diffrent between eclipse , android studio/
try sync gradle again , check if can link page: https://jcenter.bintray.com/it/neokree/materialtabs/maven-metadata.xml
if can't, if might firewall problem.
and dependencies might out of date.
i sync latest version using andle
com.android.support:appcompat-v7: 21.0.+ -> 23.1.0 com.android.support:recyclerview-v7: 21.0.+ -> 23.1.0 com.mcxiaoke.volley:library: 1.0.+ -> 1.0.19 jp.wasabeef:recyclerview-animators: 1.1.0 -> 2.0.1 com.daimajia.easing:library: 1.0.1 -> 1.0.2 com.android.support:gridlayout-v7: 22.0.0 -> 23.1.0
Comments
Post a Comment