Hello,

kok nae-ga ha-myun an-dweneun MAGIC...🧚

안드로이드

안드로이드 오류 해결 "cannot be cast to"

✿도담도담 2018. 4. 19. 20:22

ViewPager를 쓰면서 나타난 오류지만

이건 상관이 없었다..

초보가 낸 어이없는 실수 ..;



java.lang.ClassCastException: android.widget.ExpandableListView
cannot be cast to com.mini_mo.viewpager.ExpandableListView.AnimatedExpandableListView


위와 같은 오류가 났었다.

cannot be cast

ExpandableListView대신 이것을 상속 받은

AnimatedExpandableListView가 잘 못 된줄 알았는데..


xml에 있는 33번째줄 

<com.mini_mo.myapplicaion.ExpandableListView.AnimatedExpandableListView

그냥 복사 붙여넣기를 하면서

경로를 잘못 적어 줬던것..

<com.mini_mo.viewpager.ExpandableListView.AnimatedExpandableListView

그냥 현재 어플리케이션 이름만 바꿔주면 됐다..ㅠ_ㅠ;