MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

class referenced in the layout file, com.github.mikephil.charting.charts.LineChart, was not found in the project

Open agungmrf opened this issue 4 years ago • 2 comments

Hello everyone, why doesn't mpaandroidchart on my android studio work? When typing in xml a red message appears like this class is referenced in layout file, com.github.mikephil.charts.charts.LineChart, not found in project, not found in project or library

image

agungmrf avatar Jan 13 '22 03:01 agungmrf

visit this link on stackOverFlow : https://stackoverflow.com/questions/71267938/i-add-mpandroidchart-in-my-project-but-in-my-xml-i-cant-find-linechart/71277422#71277422

MasterMind1998 avatar Feb 26 '22 17:02 MasterMind1998

In the "settings.gradle", add the following line into repositories

maven { url "https://jitpack.io" }

rashmipadhy avatar Jan 10 '23 07:01 rashmipadhy