안드로이드 개발 질문/답변
(글 수 45,052)
[2010-12-15 17:49:27 - TCP] HOME is up on device 'emulator-5554'
[2010-12-15 17:49:27 - TCP] Uploading TCP.apk onto device 'emulator-5554'
[2010-12-15 17:49:28 - TCP] Installing TCP.apk...
[2010-12-15 17:50:38 - TCP] Success!
[2010-12-15 17:50:38 - TCP] Starting activity sm.tcp.TCPClient on device emulator-5554
[2010-12-15 17:50:42 - TCP] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=sm.tcp/.TCPClient }
에뮬 다로딩되고나서 진행되다가
쏘리!
어플리케이션 TCP(processsm.tcp)has stopped unexpectedly. Please try again.
이라고 에뮬에 떠요~
[2010-12-15 17:49:27 - TCP] Uploading TCP.apk onto device 'emulator-5554'
[2010-12-15 17:49:28 - TCP] Installing TCP.apk...
[2010-12-15 17:50:38 - TCP] Success!
[2010-12-15 17:50:38 - TCP] Starting activity sm.tcp.TCPClient on device emulator-5554
[2010-12-15 17:50:42 - TCP] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=sm.tcp/.TCPClient }
에뮬 다로딩되고나서 진행되다가
쏘리!
어플리케이션 TCP(processsm.tcp)has stopped unexpectedly. Please try again.
이라고 에뮬에 떠요~




로그캣 정보주시다가 왜 에러부분은
다이얼로그 내용이신지~~
일단 인터넷 퍼미션 확인하시고,
그게아니면 클라이언트 소켓이
널인지 확인하는 부분을 넣어주세요~~
이것도 아니면 inputstream을 끝까지
다 읽었는데도 또 읽고 있는지 보세요