Top "Jitpack" questions

JitPack.

Failed to resolve: com.github.PhilJay:MPAndroidChart:v2.1.4

I'm using MPAndroidChart library in android studio. But when I'm trying to sync gradle I get an error as shown …

android gradle mpandroidchart jitpack
jitpack.io failed to resolve github repo

I have a Github repo and pushed tags on it. This is my gradle file of my main project. apply …

android git github jitpack
Android Studio maven { url "https://jitpack.io" } can't download

Can't use anymore maven { url "https://jitpack.io" }. I have following gradle: apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { …

android gradle jitpack
Jitpack: Failed to install the following Android SDK packages as some licences have not been accepted

I've googled, and some says it's fixed after few trys, and by creating a new release, but It doesn't seem …

android jitpack
How to create a library on Github and use it through gradle dependencies in Android Studio

I want to create the library and have access to it through the Internet. In Android Studio (via Gradle) dependency …

android android-studio github gradle jitpack
NDK: Is it possible to define the android NDK Version in build.gradle so the native code will use a defined version?

Here's my problem: I've got a library stored at Github. That Library contains native code and everything that's needed for …

android android-ndk ndk-build jitpack