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
0
votes
1 answer

No way to compile my own kotlin library

With Google I/O 2017, I decided to learn kotlin by developing my own library in kotlin for android. This library allows to get information from OpenWeatherMap API. Link of the project : https://github.com/sokarcreative/EasyOWM What's the problem ? I…
sokarcreative
  • 536
  • 7
  • 18
0
votes
2 answers

How to access a public bitbucket repo via jitpack.io?

I'd like to use the latest version code from the public bitbucket project rxlint in my gradle project. But I don't know which URL to use. I've tried to enter some URLs (see below) on https://jitpack.io/ - without success. The error message is…
TmTron
  • 17,012
  • 10
  • 94
  • 142
0
votes
1 answer

Can I use forked git repository to dependency by jitpack on android studio

here is grale file. build.gradle (Project) buildscript { repositories { jcenter() maven { url 'https://maven.fabric.io/public'} } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' classpath…
Kernelzero
  • 113
  • 13
0
votes
1 answer

Failing to compile forked Github Repo with Jitpack

I forked a repo on Github and wanted to build it into my project. I figured Jitpack would be the easiest way to do this. I followed the instructions perfectly and I still cannot get it to compile. I noticed in Android Studio that when I expand the…
boltup_im_coding
  • 6,345
  • 6
  • 40
  • 52
0
votes
2 answers

Failed to resolve JitPack Android library

I host my library with Github repo and created a release with JitPack. Now when I want to get it with Android Studio, I get this error message: Failed to resolve: com.github.AhmedCommando:emojis_managers:v1.1 This is my build Gradle: apply plugin:…
Ahmed Commando
  • 723
  • 2
  • 7
  • 23
0
votes
1 answer

Install manually jar file

Install manually jar file into repository. I want to install this SDK as maven dependency. https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_accounting/0200_java/0002_installing_the_java_sdk_for_quickbooks I tried this: mvn…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
1 answer

Jitpack not working

I'm trying to compile my Github repository using Jitpack. I've used: jitpack.io https://jitpack.io/ com.github.bys1 importer
Priv
  • 812
  • 2
  • 9
  • 23
0
votes
0 answers

Sample app runs fine with library as a module, but not as an external dependency?

I have a library which itself has a few dependencies, namely Realm, Retrofit, as well as a native library. The native library is on github and I can successfully pull it into my project via jitpack. I have a sample app which im using to test this…
Orbit
  • 2,985
  • 9
  • 49
  • 106
0
votes
0 answers

how to specify run time dependencies for a fat JAR, using Groovy

A very brief search explained to how to package run time dependencies for distribution: thufir@mordor:~/NetBeansProjects/hello_client$ thufir@mordor:~/NetBeansProjects/hello_client$ gradle clean build Changed strategy of configuration ':compile'…
Thufir
  • 8,216
  • 28
  • 125
  • 273
0
votes
1 answer

could not find com.affolestad.material-dialogs

I imported Android Studio project but was stuck at this error. I even updated my SDK and gradle build Error:A problem occurred configuring project ':app'. Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not find…
0
votes
1 answer

getting issues while adding other gradle project as library

actually i have been trying to import another gradle project as library from github and i know that there are two ways to do that 1)by adding url to dependencies in build.gradle file this method gave lot of errors 2)manually download library and…
0
votes
2 answers

Unable to add Minim-Android library in Android Studio with jitpack

I am trying to add to my build.gradle file in Android Studio the following dependency: https://android-arsenal.com/details/1/1883 I followed the intstructions found in package tab of this page, but when I tried to build the project I got the…
0
votes
2 answers

How to make your library in Github importable to Android studio

I know that you can import Github libraries in android studios using Gradle: compile 'com.github.someone.something:xxx-yyy:+' What is that part: xxx-yyy:+ ? How do I build the project so that it can be imported with the previous line? So far if I…
quinestor
  • 1,432
  • 4
  • 19
  • 40
-1
votes
1 answer

How to create kotlin android sdk with jitpac?

Jitpac compiles my android sdk to Java from Kotlin. How to save sdk classes in Kotlin? my jitpac.yml jdk: - openjdk11 before_install: - ./scripts/prepareJitpackEnvironment.sh It happens only with minifyEnabled true
-1
votes
1 answer

JitPack build failed "ERROR: No build artifacts found"

I can't seem to understand why JitPack is failing to build my library, when I check the build log I find these errors and warnings: An exception occurred applying plugin request [id: 'com.android.application'] > Failed to apply plugin…
razz
  • 9,770
  • 7
  • 50
  • 68
1 2 3
15
16