Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 9
    Have you added maven { url "https://jitpack.io" } to your repositories? Commented Sep 22, 2015 at 13:58
  • 1
    Just adding to @AndrewBrooke comment, you should go to your project gradle.build and add this line on repository: maven { url "jitpack.io" }. My project is like this: allprojects { repositories { jcenter() maven { url "jitpack.io" } } } Commented Sep 22, 2015 at 14:12
  • Yes there is. and i also can't find search result for com.github.PhilJay:MPAndroidChart in Choose library dependancy in Project sturucture --> app --> Dependancy --> +(add) --> Choose library dependacy search Commented Sep 22, 2015 at 14:13