액티비티 에러 문의
글쓴이: christ17 / 작성시간: 일, 2016/01/10 - 7:45오후
mListView.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView<?> parent, View v, int position, long id){ ListData mData = mAdapter.mListData.get(position); Toast.makeText(MainActivity.this, mData.mNation, Toast.LENGTH_SHORT).show(); if(position == 0) { Intent intent = new Intent(this, SubActivity.class); startActivity(intent); } } });
에러 문구는
Intent intent = new Intent(this, SubActivity.class);
이 부분에서
The constructor Intent(new AdapterView.onItemClickListener(){}, Class is undefined
라고 나옵니다
Forums:
비슷한 오류가 있네요.
이 방법을 확인해보시기 바랍니다.
- 적어두신 문자로. 네이버에서 검색해보니. 비슷한 오류가 있습니다.
The constructor Intent(new AdapterView.onItemClickListener(){}, Class is undefined
https://search.naver.com/search.naver?sm=tab_hty.top&where=nexearch&ie=utf8&query=The%20constructor%20Intent%28new%20AdapterView.onItemClickListener%28%29%7B%7D%2C%20Class%20is%20undefined
- 문자열 때문인지. 링크 주소가 잘려서. 파일로 첨부하려고 하는데. 그것도 안되네요.??
여기서 URI 로 변환하니 되네요.
https://r12a.github.io/apps/conversion/
--------------------------------------------
몇가지 검색 내용을 추가해봅니다.
안드로이드 아두이노 무선통신 - 블루투스 통신 (HC-06) 쉴드를 사용
http://hyoin1223.tistory.com/entry/%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EB%AC%B4%EC%84%A0%ED%86%B5%EC%8B%A0-%EB%B8%94%EB%A3%A8%ED%88%AC%EC%8A%A4-%ED%86%B5%EC%8B%A0HC06
Android Bluetooth 기초 (외부 Device와 연결)
http://sehyo88.tistory.com/13
RS-232블루투스 CONVERTER
Parani-SD200
http://leic.co.kr/board/product/parani-sd200.htm
[안드로이드] 액션바에 메뉴 강제로
http://dsnight.tistory.com/category/Programming/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C
----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.
매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.
각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com
클래스 이름을....
클래스 이름을 앞에 붙이세요!
만약 클래스 명이 Main이라면
Main.this라고 하셔야 합니다!
댓글 달기