반응형
Grid 나 Spinner 와 같은 어댑터 뷰를 다루는 곳에서 에러 메시지가 아래와 같은 경우
OnItemSelectedListener cannot be resolved to a type 혹은
The method setOnItemSelectedListener(AdapterView.OnItemSelectedListener) in the type AdapterView<SpinnerAdapter> is not applicable for the arguments (new OnItemSelectedListener(){})
이런 메시지가 나오면서
spin.setOnItemSelectedListener(new OnItemSelectedListener() 에서 에러날경우
import android.widget.AdapterView.OnItemSelectedListener; 이거 포함해줘야 한다.
반응형
'개발자 > Android' 카테고리의 다른 글
RGB 16진수 색상표 (0) | 2012.12.07 |
---|---|
옵션메뉴 같은 각 액티비티에 공통인 코드 처리 방법 (0) | 2012.12.05 |
ActionBarSherlock을 쓰면서 TabActivity를 (0) | 2012.12.02 |
레이아웃에 설정된 이미지 뷰에 동적으로 비트맵 그림 넣기 - Bitmap Image insert in ImageView to Layout file set (0) | 2012.11.30 |
이클립스에서 폰트 크기 조절 방법 (2) | 2012.11.29 |
폰으로 업로드 타임아웃 - Faile to upload xxx.apk on device (0) | 2012.11.28 |
Eclipse - 이클립스에서 한글 깨질때 설정방법 (0) | 2012.11.28 |
안드로이드 위젯의 클릭 이벤트를 처리하는 4가지 방법 - 리스너 인터페이스 구현 (0) | 2012.11.22 |
더욱 좋은 정보를 제공하겠습니다.~ ^^