在命令列輸入: emulator -help,即可顯示emulator支援的所有命令。
android
emulator usage:
emulator [options] [-qemu args]
視窗縮放
-timezone 時區
-dns-server dns伺服器
-cpu-delay throttle cpu emulation
-no-boot-anim disable animation for faster boot
-no-window disable graphical window display
-version 版本
-report-console report console port to remote socket
-gps redirect nmea gps to character device
-keyset specify keyset file name
-shell-serial specific character device for root shell
-old-system support old (pre 1.4) system images
-tcpdump 記錄網路資料報
-bootchart enable bootcharting
-prop =設定系統屬性
-qemu args... pass arguments to qemu
-qemu -h 顯示qemu幫助
-verbose same as '-debug-init'
-debug enable/disable debug messages
-debug-enable specific debug messages
-debug-no-disable specific debug messages
-help 幫助
-help-print option-specific help
-help-disk-images about disk images
-help-keys supported key bindings
-help-debug-tags debug tags for -debug
-help-char-devices character specification
-help-environment environment variables
-help-keyset-file key bindings configuration file
-help-virtual-device virtual device management
-help-sdk-images about disk images when using the sdk
-help-build-images about disk images when building android
-help-all 幫助(所有)
-------------------------
模擬器至少需要:
kernel-qemu
ramdisk.img
system.img
userdata.img
還可以包括:
sdcard.img
userdata-qemu.img
cache.img
system-qemu.img
Android 模擬器錯誤
啟動android模擬器時.有時會報the connection to adb is down,and a severe error has occured.的錯誤.在說在任務管理器上把所有adb.exe關閉掉.重啟eclipse.但試過不管用.所以在外國 上找到一種可行的方法 1.先把eclips...
Android模擬器的使用
android模擬器的使用 一 90度旋轉模擬器 快捷鍵 ctrl f11 或 ctrl f12 二 在模擬器中安裝apk 首先要執行模擬器,否則就有如下錯誤 error device not found.等模擬器啟動後,終端執行platform tools adb adb install apk ...
Android 模擬器之GenyMotion
android 原生的模擬器實在是慢得不行,不太適合實際開發使用。公司先找了virtualbox,後來再網上找了個asus的eeepc的iso,裝上之後速度倒是快了很多,但是由於是個平板,而且不太美觀及方便,推廣之後用得還是很少。最近在網上發現了個不錯的模擬器 genymotion 用起來相當不錯,...