문서의 이전 판입니다!
<SDK HOME>/platform-tools
와 <SDK HOME>/tools
디렉토리를 PATH 환경변수에 추가한다. 여러가지 명령 실행에 필요하다.ANDROID_SDK_HOME
환경변수가 설정 돼 있으면 그 아래에 AVD가 설치된다.<SDK HOME>/tools/android
명령을 실행하고, Tools → Manage AVDs
실행.emulator -avd AVD이름
android move avd –n <가상장치 이름> –p C:\옮길 디렉토리이름\가상장치 이름
adb install HangulKeyboard.apk
-partition-size 512
옵션 필요. 예)emulator -avd avd_name -partition-size 128
adb remount adb pull /system/etc/hosts /path/to/local/hosts # hosts 파일수정 adb push /path/to/local/hosts /system/etc/hosts
adb -e shell # cat /system/etc/hosts
adb root # 이후 위의 작업 수행