我想要使用 這個 github的project
https://github.com/PhilJay/MPAndroidChart/
參造他所提供的 MPChartExample 來寫code
但是裡面會使用到 MPChartLib 的一些 function
請問我要怎麼把這個 folder import 到我的 project
我使用的是 Android Studio 平台開發
看這的解答是要在 app/build.grade 加入
https://github.com/PhilJay/MPAndroidChart/issues/26
但是會出現
Project with path ':MPChartLib' could not be found in project ':app'.
請問需要把 MPChartLib這個folder放到哪個目錄下呢
這個 lib 沒有辦法像下面這樣寫就可以從網站上download下來嗎
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0-alpha'