Error using library listViewVariants -Error:(32, 13) Failed to resolve: com.github.Androiddeveloperlb:Listviewvariants:15fe3904fd

Asked

Viewed 62 times

0

I’m trying to use the library Listviewvariants as it is on the site The Android Arsenal, but I’m not getting through.

Compile and add the Maven of the library when I do the Sync does not work, gives error:

Error:(32, 13) Failed to resolve: com.github.AndroidDeveloperLB:ListViewVariants:15fe3904fd
<a href="openFile">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

Code:

buildscript {
    repositories {
        jcenter()

        maven {
           apply plugin: 'findbugs'
           url 'http://dl.bintray.com/amulyakhare/maven'
        }

        maven {
           url 'https://jitpack.io'
        }
    }

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:21.0.3'
    compile fileTree(dir: 'libs', include: ['json-simple-1.1.1.jar'])
    compile 'com.pkmmte.view:circularimageview:1.1'
    compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
    compile 'it.neokree:MaterialTabs:0.11'
    compile 'com.tonicartos:superslim:0.4.9'
    compile 'se.emilsjolander:stickylistheaders:2.4.1'
    compile 'com.github.AndroidDeveloperLB:ListViewVariants:15fe3904fd'

}
  • What are you not getting?

  • Edit your question and ask the log error. If you can enter the code it will also help

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.