"안드로이드 디버그 브리지"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
D:\adt-bundle\sdk\platform-tools>adb devices
D:\adt-bundle\sdk\platform-tools>adb devices
List of devices attached
List of devices attached
emulator-5554  device
012a3bcd45678901        device
012a3bcd45678901        device
</source>
</source>
:→ 현재 2개의 장치가 연결되어 있다.
:→ emulator-5554 는 가상기기
:→ 012a3bcd45678901는 실제기기의 시리얼 번호


==같이 보기==
==같이 보기==

2012년 12월 12일 (수) 12:00 판

Android Debug Bridge; ADB
안드로이드 디버그 브리지

1 기기 목록 보기

D:\adt-bundle\sdk\platform-tools>adb devices
List of devices attached
emulator-5554   device
012a3bcd45678901        device
→ 현재 2개의 장치가 연결되어 있다.
→ emulator-5554 는 가상기기
→ 012a3bcd45678901는 실제기기의 시리얼 번호

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}