티스토리 뷰
반응형
Android Debug Bridge http://developer.android.com/tools/help/adb.html
Android Debug Bridge(adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
ADB는 다운받은 번들폴더 아래에 위치: adt-bundle-windows-x86_64-20130917\sdk\platform-tools
텍스트나 키 입력도 가능하고 다양한 명령어로 에뮬레이터나 기기를 조종할 수 있다.
adb에서 기기를 인식하지 못하거나 할 때가 있는데, 두 명령어와 작업관리자에서 adb를 종료시켜 보는 것으로 해결할 수 있음.
adb kill-server / adb start-server
ensure that there is a server running / kill the server if it is running
반응형
'Android' 카테고리의 다른 글
댓글