프로그래밍 언어/Java

Android MPAndroidChart gradle 에러

happy_life 2021. 11. 5. 08:37
에러

그래프 그리기 시작도 안했는데 이런 오류가 나 매우 화가 남.

 

Class referenced in the layout file, com.github.mikephil.charting.chars.LineChart, was not found in the project or the libraries에러 발생

 

해결과정

 

1) 세팅 변경

- 구글링해보니 gradle 관련 문제라고 하였고, 이에 최신 버전이던 gradle 과 기타 setting을 낮은 버전으로 수정함.

 

1. gradle version -> 6.7.1

2. Gradle Plugin Version to 4.2.2 

3. Target SDK version  30

로 낮은 단계의 gradle 로 수정

 

 

그러자 Could not fiind method dependencyResolutionManagement() for arguments. 에러 발생

 

이 문제는

settings.gradle

 

이부분을 include ':app' 빼고 다 지우면 해결됩니다.

'

 

 

찾아보니 7.0.2 버전에서 사용하려면 java 11이상이 필요한데, 필자는 java 8을 사용하고 있었기 때문에 

처음에 에러가 난 것이었음.

 

https://stackoverflow.com/questions/67009832/android-studio-arctic-fox-2020-3-1-canary-14-could-not-find-method-dependencyr