Giter Club home page Giter Club logo

Comments (7)

alimek avatar alimek commented on July 16, 2024 6

it started happening for me today again ?

Could not resolve all files for configuration ':react-native-spinkit:releaseCompileClasspath'.
> Could not find Android-SpinKit.jar (com.github.ybq:Android-SpinKit:1.1.0).
  Searched in the following locations:
      https://jitpack.io/com/github/ybq/Android-SpinKit/1.1.0/Android-SpinKit-1.1.0.jar```

from react-native-spinkit.

ikhattab avatar ikhattab commented on July 16, 2024 6

I updated react-native-spinkit to the latest one as in the README https://github.com/maxs15/react-native-spinkit#getting-started and it successfully downloaded Android-SpinKit-1.2.0.aar

from react-native-spinkit.

ylac avatar ylac commented on July 16, 2024 4

In android/build.gradle, adding an extra maven url like so fixed it for me:

allprojects {
repositories {
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven {
url "https://jitpack.io"
}
}
}

from react-native-spinkit.

7laria avatar 7laria commented on July 16, 2024

same issue

from react-native-spinkit.

socceroos avatar socceroos commented on July 16, 2024

@alimek According to the 1.1.0 build log the last build failed.

To solve the compile issue, I changed react-native-spinkit's build.gradle so that the Android-Spinkit dependency was 1.2.0 like this: compile 'com.github.ybq:Android-SpinKit:1.2.0@aar'

from react-native-spinkit.

gtaylor44 avatar gtaylor44 commented on July 16, 2024

Updating react-native-spinkit to 1.2.0 (from 1.1.0) worked for me.

from react-native-spinkit.

ldco2016 avatar ldco2016 commented on July 16, 2024

Upgrading to the latest react-native-spinkit has not solved this for me. I am working with React Native 0.53.3 and React 16.2

from react-native-spinkit.

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.