본문 바로가기

OS/Android

No field with the name mListener is found in Animation class

반응형

support library에서 androidx로 컨버팅하니까 No field with the name mListener is found in Animation class라는 에러가 발생했다. 앱이 죽거나 ANR이 걸리는건 아니지만 찜찜해서 확인을 해봤다.

https://issuetracker.google.com/issues/139349998https://issuetracker.google.com/issues/139349998

이 이슈를 보면 androidx에 관한 버그라는 것을 확인하였고 이 에러에 대해서 업데이트 되었다는 것을 알 수 있었다.

implementation "androidx.fragment:fragment-ktx:1.2.5" 추가해줬더니 에러가 말끔히 사라짐^^

반응형