Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bunch of core Androidx libraries are not found after implementing the library! #18

Closed
behnawwm opened this issue Jun 27, 2021 · 3 comments

Comments

@behnawwm
Copy link

  • Library-Version [v1.1.1]

After implementing the library, the main Androidx libraries are not working for me and my whole project become a pure red thing!

Error description:

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.core:core-ktx:1.3.2
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.appcompat:appcompat:1.3.0-alpha01
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.fragment:fragment:1.2.4
         project :app > androidx.activity:activity:1.1.0
         project :app > androidx.vectordrawable:vectordrawable:1.1.0
         project :app > androidx.coordinatorlayout:coordinatorlayout:1.1.0
         project :app > androidx.transition:transition:1.3.0
         project :app > androidx.viewpager2:viewpager2:1.0.0
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.appcompat:appcompat-resources:1.3.0-alpha01
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.drawerlayout:drawerlayout:1.1.0
         project :app > com.google.android.material:material:1.2.1
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.recyclerview:recyclerview:1.2.0-alpha04
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.viewpager:viewpager:1.0.0
         project :app > androidx.loader:loader:1.0.0
   > Could not find androidx.core:core:1.4.0-alpha01.
     Required by:
         project :app > androidx.customview:customview:1.1.0``
@skydoves
Copy link
Owner

Please add the below code on your gradle file.

Implementation("com.github.skydoves:balloon:1.3.4") {
    exclude("androidx.fragment", "fragment-ktx")
  }

@behnawwm
Copy link
Author

Thanks for the quick response!

My problem was all about proxies!
I set a proper proxy and it's working well again.
https://github.com/freedomofdevelopers/fod

@skydoves
Copy link
Owner

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants