마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

Bluetooth Chat 샘플 예제 질문이요!

0 추천

 

콘솔내용
[2013-05-23 19:19:49 - BluetoothChat] ------------------------------
[2013-05-23 19:19:49 - BluetoothChat] Android Launch!
[2013-05-23 19:19:49 - BluetoothChat] adb is running normally.
[2013-05-23 19:19:49 - BluetoothChat] Performing com.example.android.BluetoothChat.BluetoothChat activity launch
[2013-05-23 19:19:50 - BluetoothChat] WARNING: Application does not specify an API level requirement!
[2013-05-23 19:19:50 - BluetoothChat] Device API version is 17 (Android 4.2.2)
[2013-05-23 19:19:51 - BluetoothChat] Application already deployed. No need to reinstall.
[2013-05-23 19:19:51 - BluetoothChat] Starting activity com.example.android.BluetoothChat.BluetoothChat on device 01498B320501000C
[2013-05-23 19:19:51 - BluetoothChat] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.android.BluetoothChat/.BluetoothChat }
 
로그캣내용
05-23 19:19:49.413: W/ActivityThread(16497): Application com.example.android.BluetoothChat can be debugged on port 8100...
05-23 19:19:49.429: E/BluetoothChat(16497): +++ ON CREATE +++
05-23 19:19:49.523: E/BluetoothChat(16497): ++ ON START ++
05-23 19:19:49.523: D/BluetoothChat(16497): setupChat()
05-23 19:19:49.523: E/BluetoothChat(16497): + ON RESUME +
05-23 19:19:49.523: D/BluetoothChatService(16497): start
05-23 19:19:49.523: D/BluetoothChatService(16497): setState() 0 -> 1
05-23 19:19:49.530: W/BluetoothAdapter(16497): getBluetoothService() called with no BluetoothManagerCallback
05-23 19:19:49.538: E/BluetoothSocket(16497): bindListen, fail to get port number, exception: java.io.IOException: read failed, socket might closed or timeout, read ret: -1
 

run하면 설치는 되는데 시작이 안되요 ㅠ

jdk 버전 문제인거같아서 jdk 1.6으로 바꿔봐도 결과는 같네요 ㅠㅠ 어떻게 해결하나요?

익명사용자 님이 2013년 5월 23일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...