Coder Social home page Coder Social logo

Comments (11)

Lesilva avatar Lesilva commented on July 18, 2024

Do you have mavenCentral in your repo?

from betterspinner.

shakmak avatar shakmak commented on July 18, 2024

Here is my main gradle file

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.jakewharton.hugo:hugo-plugin:1.1.0'
}
}

allprojects {
repositories {
jcenter()
maven {
url "https://repo.commonsware.com.s3.amazonaws.com"
}
}
}

from betterspinner.

Lesilva avatar Lesilva commented on July 18, 2024

Add mavenCentral() in repositories

from betterspinner.

myron-meng avatar myron-meng commented on July 18, 2024

get the same error, even if i add mavenCentral() in repositories

from betterspinner.

jublikon avatar jublikon commented on July 18, 2024

I have added mavenCentral() to my gradle file. BetterSpinner can still not be resolved inside the classes I want to use it. See my Gradle file:

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:+'
}
}

allprojects {
repositories {
jcenter()
maven {
url "https://jitpack.io"
}
}
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
repositories {
mavenCentral()
}
}

I have also started a post on stack overflow:
http://stackoverflow.com/questions/34474055/external-library-cannot-resolve-symbol?noredirect=1#comment56690531_34474055

from betterspinner.

douglasjunior avatar douglasjunior commented on July 18, 2024

Until it is resolved, you can use my version.

https://github.com/douglasjunior/BetterSpinner

from betterspinner.

jublikon avatar jublikon commented on July 18, 2024

Thank you for your answer. Adding your library to gradle was no problem. Sync without any issue. But when I would like to use the BetterSpinner inside a Fragment I am not able to import it:
bildschirmfoto 2015-12-27 um 15 23 38

from betterspinner.

douglasjunior avatar douglasjunior commented on July 18, 2024

I'm currently using and have no problems with import.

Please, show me your build.gradle of top and app level.

from betterspinner.

fukemy avatar fukemy commented on July 18, 2024

Hello, i used your library, as good as I exptect, but the one I can not know that is cannot disabling this Spinner, I tried:
spin.setSelected(b);
spin.setClickable(b);
spin.setEnabled(b);

all of above didn't work. Can you help me
My mail is dungdv*****@gmail.com, thanks :)

from betterspinner.

douglasjunior avatar douglasjunior commented on July 18, 2024

@fukemy I fixed this bug on #27, but is not merged yet. So, you can use my version https://github.com/douglasjunior/BetterSpinner

from betterspinner.

fukemy avatar fukemy commented on July 18, 2024

thanks you. work like charm :)

from betterspinner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.