developer life/error
[IntelliJ]No candidates found for method call profile 오류 해결 방법
노는개발자V
2024. 8. 7. 10:46
컴퓨터를 재설치 후 IntelliJ 세팅을 하고 기존프로젝트를 실행했는데 No candidates found for method call profile(메소드 호출 프로필에 대한 후보를 찾을 수 없습니다.)라는 오류가 발생했다.
해결방법
![](https://blog.kakaocdn.net/dn/7i0mt/btsIVL680kk/gEM8Iz7mmAc63tTv7DenuK/img.png)
해당 프로젝트 build.gradle 파일에 마우스 우클릭한 후 Reload from Disk를 눌러 디스크를 재로딩해야 한다.
로딩이 완료되고 IntelliJ 프로그램을 재시작하면 이 오류는 해결이 된다.