초보자인 저의 눈에는 틀린곳이 딱히 없어보이는데..
전 항상 java파일에만 들어오면 정신을 못차리니..
고수님들 도와주세요 ㅠㅠ
extends Activity implements View...
사이에 { 없어야합니다~
맞네요 ㅜ
그런데
public class Korea extends 에서 Korea
btn = (Button)findViewByld 에서 findViewByld
두군데가 그래도 에러 상태입니다 .ㅠ
밑에 두에러는
public class Korea extends Activity{
implements OnClickListener
를
public class Korea extends Activity implements OnClickListener
로 고치시면 자동으로 사라져요~
로그인 유지
extends Activity implements View...
사이에 { 없어야합니다~