jitpack Questions
9
I can't build my android project due to this error. Gradle failed to GET https://www.jitpack.io/com/github/Raizlabs/DBFlow/dbflow/3.1.1/dbflow-3.1.1.pom . Strange enough I am able to view the pom f...
Potbellied asked 4/9, 2017 at 13:50
4
Solved
I can't add jitpack to build.gradle.kts
it shows an error " Unexpected tokens (use ';' to separate expressions on the same line) "
allprojects {
repositories {
google()
jcenter()
mave...
9
Solved
Can't use anymore maven { url "https://jitpack.io" }. I have following gradle:
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
defaultConfig {
applicationId "test.com....
3
Solved
I get Failed to resolve: com.github.dogecoin:libdohj:v0.15.9 error and I don't know why. I also tried other jitpack dependencies. It works fine in my previous projects.
buildscript {
ext {
compos...
Molybdic asked 25/9, 2021 at 21:16
2
Solved
Jitpack builds my project with this logs. As you can see there is an error: "ERROR: No build artifacts found".
What i do wrong?
Here is my gradle.build:
plugins {
id 'java'
id 'maven-pu...
3
Solved
It happened with the following log when I tried to deploy the library through Jitpack.
Anyone who knows the cause of the problem?
on project level build.gradle
on app level build.gradle
BUILD S...
2
Solved
Here's my problem:
I've got a library stored at Github. That Library contains native code and everything that's needed for handling C++ files. Locally the project/library works fine but I want to ...
Superheat asked 27/9, 2019 at 7:18
1
Background
After a lot of researching and trying out, and also asking for help, I've succeeded publishing a private Github repository using maven on Jitpack (written here).
So, currently the files ...
1
Solved
I got an error when I deployed my library on jitpack eoor are below. and I have use
Project full error is here --->
Build starting...
Start: Fri May 27 13:31:41 UTC 2022 67cf7f81daef
Git:
edb388...
6
Solved
When I upgrade in an Android project to Gradle 7.0 and want to publish aar library in jitpack.io I run into
Script '/script/maven-plugin.gradle' line: 2
* What went wrong:
A problem occurred evalu...
5
Solved
I want to publish a library with Jitpackio. When I publish the library I get the following error;
"Failed to apply plugin 'com.android.internal.application'.
Android Gradle plugin requires Ja...
Byplay asked 1/8, 2021 at 10:53
20
Solved
I'm using MPAndroidChart library in android studio. But when I'm trying to sync gradle I get an error as shown in below image.
Gradle text is here to compile MPAndroidChart library.
compile 'com.gi...
Hitlerism asked 22/9, 2015 at 13:54
1
I am trying to publish my android library with jitpack. But getting buildscript {} blocks must appear before any plugins {} blocks error.
I have already referred to this question : Getting 'bui...
Krusche asked 30/9, 2021 at 4:39
2
Solved
I have a problem with publishing multi-flavor library to jitpack.
The log says that build success but the status is error
I've followed instructions on jitpack site but their sample uses old gra...
10
Solved
I have a Github repo and pushed tags on it.
This is my gradle file of my main project.
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
defau...
1
Solved
One of my clients has a restricted environment to fetch few transitive dependencies in the Android studio.
One of dependecy DSBridge-Android which is serving by jitpack.io is failing to fetch due t...
Banuelos asked 8/9, 2021 at 15:51
0
Error message:
An exception occurred applying plugin request [id: 'com.github.dcendents.android-maven']
> Failed to apply plugin 'com.github.dcendents.android-maven'.
> Could not create plug...
2
Solved
I would like to have three navHostFragments in one activity, all taking the same space, but each hosting a different navigation graph. Then using a fragment manager and a bottom navigation bar I wo...
Glidden asked 1/4, 2019 at 11:57
2
Solved
Background
I'm tasked to provide a way for developers to add a single dependency into build.gradle file on Android project, to use some (obfuscated) SDK I've prepared (AAR file - Android library).
...
Jerriejerrilee asked 7/4, 2021 at 10:0
1
I want to publish an android library I've been working on using jitpack. But I want to do it without publishing the source-code. I don't want jitpack to build it, I uploaded the output from the bui...
6
Solved
I've googled, and some says it's fixed after few trys, and by creating a new release, but It doesn't seem to work for me.
How can I resolve this?
* What went wrong:
A problem occurred configuring...
1
I am trying to deploy some of my jar libraries through JitPack. So far I am still testing things out, thus version codes are dev-SNAPSHOT or master-SNAPSHOT for the libraries.
For most libraries th...
Polemics asked 23/1, 2021 at 11:35
1
I want to attach the sources to an kotlin library project and it looks I succeeded as I have the source-jars now in here:
https://jitpack.io/com/github/walleth/kethereum/bip44/0.21/
the version b...
Corsair asked 4/10, 2017 at 13:2
1
Solved
I made a topic some hours ago that lead me to a public repository : https://github.com/biezhi/webp-io
However, I had to update the library used, cwebp and make changes to the code.
Its my first fo...
Rexrexana asked 5/6, 2020 at 20:31
1
I have a project on GitHub OmegaIntentBuilder.
Also, I created library from this project on jitpack.io
dependencies {
compile 'com.github.Omega-R:OmegaIntentBuilder:0.0.5'
}
The library works,...
Ables asked 29/12, 2017 at 14:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.