안드로이드 커맨드 명령어 유틸 ADB.
adb install [-l][-r] file_spec
adb uninstall [-k] package
adb push local remote
adb pull remote local
adb devices : 안드로이드 IDE에 연결된 휴대폰과 에뮬레이터 목록을 표시.
adb kill-server
adb start-server
adb shell : 리눅스 유닉스의 안드로이드판 간략형 쉘로 # 프롬프트 나타나고 입력을 기다림.
chmod 777 /mnt/sdcard fh
adb logcat [filter_spec]
adb install youApp.apk
adb remount : /system 영역을 읽고 쓸수 있게함
'Android 안드로이드' 카테고리의 다른 글
안드로이드 디버그키 경로 변경, AVD 설치 경로 변경 (0) | 2014.09.14 |
---|---|
이클립스 안드로이드 에물레이터, fragment (0) | 2014.09.07 |
안드로이드 개발툴 이클립스 오작동 (0) | 2014.09.04 |
화면 크기 구하기, 이미지 크기 구하기, 카메라 프리뷰 (0) | 2014.08.31 |
모의 GPS 사용하기 (0) | 2014.08.31 |