Code Monkey home page Code Monkey logo

Comments (8)

HappyAmos avatar HappyAmos commented on June 10, 2024

Ok, slight change. I tried building with 1.1.11 and it built just fine. 1.2.0 won't build properly
Failed to resolve: com.obsez.android.lib.filechooser:filechooser:1.2.0 Show in File Show in Project Structure dialog

from android-file-chooser.

hedzr avatar hedzr commented on June 10, 2024

i have no done at 1.2.0. there is a in-progress working branch x1.2.0 if you like it.

from android-file-chooser.

HappyAmos avatar HappyAmos commented on June 10, 2024

That would explain it! Either way the master-SNAPSHOT channel isn't working, so I will just stick with 1.1.11 which is still working fine.

from android-file-chooser.

hedzr avatar hedzr commented on June 10, 2024

Sometimes jitpack can't work on a modified branch with its name such as master-SNAPSHOT. You might try:

implementation 'com.github.hedzr:android-file-chooser:bc584ab9e5'

That's a newest commit hash-code of master and 1.1.11 patch. To check the git hashcode, open: https://jitpack.io/#hedzr/android-file-chooser, and switch to Commits pane.

from android-file-chooser.

HappyAmos avatar HappyAmos commented on June 10, 2024

Even using a commit, it still doesn't work:
implementation 'com.github.hedzr:android-file-chooser:bc584ab9e5'

To test:

  1. I create that line above in my Module:build.gradle
  2. File ==> Invalidate Caches / Restart...
  3. File => Sync with File System
  4. Sync Project with Gradle Files
  5. Build

Project fails:
error: package com.obsez.android.lib.filechooser does not exist

Now, if I change to:
implementation 'com.obsez.android.lib.filechooser:filechooser:1.1.11' it will build perfectly, but I'm stuck with an older version.

from android-file-chooser.

hedzr avatar hedzr commented on June 10, 2024

I have no idea to jitpack.io.

There are some advices in my reply in #35 .
And you may trying to use v1.1.14 via jcenter currently.
:(

NOTE HERE

It's strongly recommended to retrieve v1.1.14 via jcenter.

implementation 'com.obsez.android.lib.filechooser:filechooser:1.1.14'

or jitpack:

// implementation 'com.github.hedzr:android-file-chooser:master-SNAPSHOT'
// or
implementation 'com.github.hedzr:android-file-chooser:d6aa2c4f1b'

from android-file-chooser.

hedzr avatar hedzr commented on June 10, 2024

should be closed.

from android-file-chooser.

HappyAmos avatar HappyAmos commented on June 10, 2024

Yes. Not sure what was going on with JitPack. I have tried a recent build and everything worked great.

Thanks!

from android-file-chooser.

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.