Questions tagged [jitpack]

JitPack.io is an easy to use package repository for GitHub. It builds GitHub projects on demand and publishes ready-to-use packages.

jitpack.io is an easy to use package repository for JVM and Android.
JitPack builds GitHub projects on demand and provides ready-to-use packages.

240 questions
1
vote
1 answer

Jitpack and kotlin multiplatform artifact groupId

I made project in kotlin multiplatform and I configured it to be deployable through jitpack. When I publish it to maven local repository and access it through "mavenLocal()" repositories in gradle, everything works as expected. Ex: implementation…
K.H.
  • 1,383
  • 13
  • 33
1
vote
0 answers

Android Jitpack build library not working

I have a library which includes transitive libraries inside. I want to include this library to another project with JitPack. First of all I prepared my code according JitPack's docs https://jitpack.io/docs/BUILDING/ and…
P. Ilyin
  • 761
  • 10
  • 28
1
vote
1 answer

Koin can't create instance of class from published library

In my android app, I had a module labelled base. Inside base were a couple classes which acted as base lifecycle classes(Controller, ViewModel, etc.). My app was working just fine with these class local inside my project. I decided to move those out…
Kyle
  • 695
  • 6
  • 24
1
vote
1 answer

How to obfuscate android library without compilation

I have an android library hosted on jitpack, but due to its dependencies requirements it is not built to and AAR file. It just a basic project that you can pull the methods from. I want to hide the names for the classes, methods, and variables…
MrStruggles
  • 123
  • 8
1
vote
1 answer

Reverting screwed up versioning of open-source library

I've been writing a library to get radial ui widgets in libgdx. Being my first-ever library to be written, I had to get my hands dirty with JitPack and did a few experiments to try to do things right. However, being overly enthusiastic about my…
payne
  • 4,691
  • 8
  • 37
  • 85
1
vote
1 answer

Jitpack: Failed to resolve with Example Library (Android Studio)

I can't import any library using jitpack. My problem is with my own library, but below com.github.jitpack:android-example:1.0.4 is used as an example library provided by jitpack itself that should have worked out of the box. Also note that offline…
1
vote
1 answer

Jitpack repository retrieved wrong version of dependency

I tried to use JitPack to add a forked library to my Android project. allprojects { repositories { jcenter() google() maven { url 'https://jitpack.io'} } } After sync, my library was added correctly, but the problem…
Selkie
  • 1,773
  • 1
  • 14
  • 21
1
vote
0 answers

Using gradle implementation of my flavoured Library causes java.lang.NoClassDefFoundError

Hey everyone I have my own developed SDK in where I few external libraries, everything works fine if the flavour is default type but issue occurs when i change the flavour then I get java.lang.NoClassDefFoundError: Failed resolution of:…
1
vote
0 answers

aar build with artifactory give Android resource linking failed error

I've got this error after switching from Jitpack to a self-hosted JFrog artifactory in order to build some android libraries (aar). I have a baselib@aar containing a custom view provided by a third-party…
1
vote
1 answer

Is there a gradle fix for "Could not determine artifacts for (library from Jitpack)"?

When syncing dependencies in android studio, starting recently, gradle began throwing this error on repositories loaded from Jitpack. This is an example, after invalidating cache and reloading, this is just the first Jitpack library in my dependency…
1
vote
1 answer

Fork a monorepo and build a subdirectory using Jitpack?

I'm attempting to fork Microsoft's Adaptive Cards repository and include my fork in an Android project using jitpack.io. The challenge here is that the Android project is not in the root directory of the project; it lives under source/android. At…
Patrick Goley
  • 5,397
  • 22
  • 42
1
vote
0 answers

jitpack build failed with info: No build artifacts found

I have a problem with publishing library to jitpack: Here is the JitPack's build log I was following the step of Publish an Android library. this is my project build.gradle and library build.gradle here
archerLj
  • 199
  • 1
  • 2
  • 14
1
vote
1 answer

Getting Failed to resolve: com.github while adding my library from github using jitpack Error. How to resolve?

I build and added this library with demo on github. Now, I am trying to import it on other project. Following are my gradle files that are not compiling. // Top-level build file where you can add configuration options common to all…
Mayank Kumar Chaudhari
  • 16,027
  • 10
  • 55
  • 122
1
vote
1 answer

Jitpack doent build project

I have been trying for a week. but it does not work. Jitpack does not build my GitHub project. I do not know what to do. Here my log: https://jitpack.io/com/github/ludev-studio/colorpicker-android/1.0.3/build.log And my git…
Luxaaa
  • 41
  • 1
  • 6
1
vote
1 answer

Upload android library to JitPack.io

I made an android library and uploaded to Github. (https://github.com/ABPSoft/ABPUiHelper) Now I want to add to jitpack.io. But I get an error! How can I upload to jitpack.io? https://jitpack.io/#ABPSoft/ABPUiHelper Here is my error log: Build…
ABP
  • 692
  • 4
  • 21