본문 바로가기

프로그래밍/안드로이드

안드로이드 [초보플밍] - java.io.IOException : Unable to upload file : null 해결책


[2110-10-05 11:46:01 - ABCDEF] Failed to upload ABCDEF.apk on device 'M123123123aaa'
[2110-10-05 11:46:01 - ABCDEF] java.io.IOException: Unable to upload file: null
[2110-10-05 11:46:01 - ABCDEF] Launch canceled!



Failed to upload xxx.apk on device 'xxxxxxxx'
java.io.IOException : Unable to upload file: timeout
Launch canceled!



이런 에러가 발생되면서 실행이 안될때 해결책..
이클립스에서 접속 시간을 증가 시켜주니 해결이 되었습니다.

Window --> Preferences --> Android --> DDMS --> "ADB connection time out(ms) : " 에 해당하는 값을 증가 시켜 준다.

위와 같이 하니 저는 해결이 되었네요.

자바 버전 : JDK 6.0
이클립스 버전 : Eclipse IDE for java Developers Helios