[Issue] "Unable to create Debug Bridge"


Dev&Prog/Android

Written by 블럭 on 2016. 4. 1. 19:06

Issue


Android Studio 2.1 Preview 4~5 를 설치 직후 다음과 같은 이슈가 발생하였다. 


Unable to create Debug Bridge: Unable to start adb server: Unable to obtain result of 'adb version'



Solution


1. 터미널에 접속하여 안드로이드가 설치 된 폴더 ( sdk - platform-tools )로 이동한다.

2. adb tcpip 5555를 입력한다. 

3. 안드로이드 스튜디오를 재시작한다. 

4. 정상적으로 작동된다.


참고한 주소 : http://stackoverflow.com/questions/33557845/android-studio-show-the-dialog-unable-to-create-debug-bridge-unable-to-start