티스토리 뷰
- adb devices 연결되어 있는 장비 조사
- adb install /root/Downloads/HangulKeyboard.apk apk 파일 설치하기
http://developer.android.com/guide/developing/tools/adb.html
abd(Android Debug Bridge)
에뮬레이터 인스턴스나 안드로이드 장비의 상태를 관리하는 툴
클라이언트-서버 프로그램
위치 :
<sdk>/platform-tools/
root@ubuntu:~/android-sdk-linux_86/platform-tools# ll 합계 5052 drwxr-xr-x 3 root root 4096 2011-01-17 19:16 ./ drwxrwxr-x 9 12275 5000 4096 2011-01-19 21:17 ../ -rw-r--r-- 1 root root 10800 2011-01-17 19:16 NOTICE.txt -rwxrwxrwx 1 root root 3566773 2011-01-17 19:16 aapt* -rwxrwxrwx 1 root root 342887 2011-01-17 19:16 adb* -rwxrwxrwx 1 root root 916151 2011-01-17 19:16 aidl* -rwxrwxrwx 1 root root 310039 2011-01-17 19:16 dexdump* -rwxrwxrwx 1 root root 2506 2011-01-17 19:16 dx* drwxr-xr-x 2 root root 4096 2011-01-17 19:16 lib/ -rw-r--r-- 1 root root 291 2011-01-17 19:16 source.properties root@ubuntu:~/android-sdk-linux_86/platform-tools# |
연결되어 있는 장비 조사
root@ubuntu:~/android-sdk-linux_86/platform-tools# ./adb devices List of devices attached emulator-5554 device |
apk 파일 설치하기
root@ubuntu:~/android-sdk-linux_86/platform-tools# ./adb install /root/Downloads/HangulKeyboard.apk 479 KB/s (180657 bytes in 0.367s) DDM dispatch reg wait timeout Can't dispatch DDM chunk 52454151: no handler defined Can't dispatch DDM chunk 48454c4f: no handler defined Can't dispatch DDM chunk 46454154: no handler defined Can't dispatch DDM chunk 4d505251: no handler defined pkg: /data/local/tmp/HangulKeyboard.apk Success root@ubuntu:~/android-sdk-linux_86/platform-tools# |
댓글