Android Studio Failed To Resolve:com.github.philjay:mpandroidchart:v2.1.3
Hi all i am using charts library in my project a month ago it was working fine but now i have reinstalled android studio and when i build my project it gives gradle sync error. F
Solution 1:
I had the same problem, here is the latest version of MPAndroidChart-v2.2.5.jar jar file.
Just put the MPAndroidChart-v2.2.5.jar inside app/libs/
and add
dependencies {
.
.
compile files('libs/MPAndroidChart-v2.2.5.jar')
}
in gradle file
Post a Comment for "Android Studio Failed To Resolve:com.github.philjay:mpandroidchart:v2.1.3"