강의

멘토링

커뮤니티

Inflearn Community Q&A

jshjsh08975147's profile image
jshjsh08975147

asked

Create Android Apps with Android Studio

Custom ListView

에러가 나는데 어떻게 해결하나요?

Written on

·

344

0

error: no suitable method found for setOnClickListener(<anonymous OnItemClickListener>)

method View.setOnClickListener(OnClickListener) is not applicable

(argument mismatch; <anonymous OnItemClickListener> cannot be converted to OnClickListener)

method AdapterView.setOnClickListener(OnClickListener) is not applicable

(argument mismatch; <anonymous OnItemClickListener> cannot be converted to OnClickListener)

이런 에러가 뜨는데 어떻게 하나요???

android

Answer

This question is waiting for answers
Be the first to answer!
jshjsh08975147's profile image
jshjsh08975147

asked

Ask a question