프로그래밍/C#
java.lang.IllegalStateException: Could not execute method of the activity
배고픈멍멍이
2014. 11. 25. 13:30
AndroidRuntime(17261): java.lang.IllegalStateException: Could not execute method of the activity ...
일반적으로 에러 문제가 단일문장으로 볼 수 없다.
유사한 에러로 http://stackoverflow.com/questions/23987997/android-java-lang-illegalstateexception-could-not-execute-method-of-the-activ
소켓을 사용하는데 메인 Thread에서 Network IO를 실행할 수 없다.
AsyncTask 혹은 Thread로 실행하라 라는건데..
나같은경우는 ...ㅋ... 매니페스트에서 엑티비티 등록을 안해줬기 때문에 생긴 에러! 매니페스트에 엑티비티 등록해주세요~