PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.55k stars 9.01k forks source link

CAN NOT ADD MPA CHART LİBRARY PROPERLY PLS HELP!!! #5211

Open Semakzl opened 2 years ago

Semakzl commented 2 years ago

I am struggling to add this library for my project about a week. OMG I have no solution. I'll share with you my problem ss from my code. I did everything okey but after clicking syc button there are always mistake signes. How did you guys add this library? If anyone help me about this issue I'll be so happy. atıl

t0in4 commented 2 years ago

image add maven { url 'https://jitpack.io' } into settings.gradle->dependencyResolutionManagement->repositories

t0in4 commented 2 years ago

and 'implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'' into build.gradl(app) -> dependencies

image

Semakzl commented 2 years ago

I am so grateful for you to send me these useful informations about how to add library. I've tried your instructions on may code and I think it s working as much as I want. Again thank you very much. Take care of yourself. Best regards.

On 7 Kas 2021 Paz 19:24 t0in4 @.***> wrote:

and 'implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'' into build.gradl(app) -> dependencies

[image: image] https://user-images.githubusercontent.com/13383595/140653235-455c090b-764b-4bc6-b7df-346d7731bafe.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PhilJay/MPAndroidChart/issues/5211#issuecomment-962640471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWMCSOLNBZOZE36DOF3FGPTUK2R4VANCNFSM5HQQ5V3Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

t0in4 commented 2 years ago

Glad to help! Community itself is a power.

Semakzl commented 2 years ago

You're so right. Thank you again

On 7 Kas 2021 Paz 21:56 t0in4 @.***> wrote:

Glad to help! Community itself is a power.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PhilJay/MPAndroidChart/issues/5211#issuecomment-962662644, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWMCSOOIRZBR6P4DM77MQ6DUK3DUFANCNFSM5HQQ5V3Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

truedem commented 2 years ago

After 7 years of Android development this was the first time ever when I had to edit settings.gradle . Very unusual location + it isn't mentioned even once anywhere in StackOverflow answers.

Thanks, t0in4 !

nikolastjepanovic commented 2 years ago

Thank you so much, you saved me a day