《Android模拟器参数大全.doc》由会员分享,可在线阅读,更多相关《Android模拟器参数大全.doc(4页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、如有侵权,请联系网站删除,仅供学习与交流Android模拟器参数大全【精品文档】第 4 页Android模拟器参数大全 发布时间:2008-06-23 作者:Android开发网原创 Android 模拟器emulator.exe文件包含了很多参数,平时在Eclipse IDE中模拟器运行自动调用的,如果仅仅使用android emulator或采用NetBean这样的开放环境又如何设置呢? Android开发网总结出所有m5-rc15 SDK中模拟器的所有参数及使用方法,由于采用的是Qemu内核可以自定义加载的img映像文件或皮肤等等操作,我们做简单的分析。 Android Emulator
2、 usage: emulator options -qemu args options: -system read system images from -datadir write user data into -kernel emulated kernel 指定内核文件 -ramdisk ramdisk image (default /ramdisk.img) 创建内存磁盘 -image system image (default /system.img) -initdata initial user image (default /userdata.img) -data working
3、user image (default /userdata-qemu.img) -wipe-data reset the user data image (copy it from initdata) 清除所有用户数据 -nocache disable the cache partition 禁止分区缓存 -sdcard SD card image (default /sdcard.img) 使用SD卡映像 -skindir search skins in (default /skins)搜索外观皮肤路径 -skin select a given skin 选择Android模拟器皮肤ID -
4、noskin dont use any emulator skin 不使用任何模拟器外观,提示这样有助于提高模拟器速度,内存小的用户可以尝试 -netspeed maximum network download/upload speeds 设置网络速度如GPRS、EDGE、3G更多详细的下面有介绍 -netdelay network latency emulation 网络延时设置 -netfast disable network shaping (full speed, no latency)网络全速工作 -trace enable code profiling (press F9 to s
5、tart) 跟踪调试 -debug-kernel send kernel output to the console 内核调试 -console enable console shell on current terminal 启用控制台shell在当前中端 -nojni disable JNI checks in the Dalvik runtime 禁用JNI检查 -logcat enable logcat output with given tags 设置log输出标签 -noaudio disable android audio support禁用音频支持 -useaudio enab
6、le android audio support (default) 启用音频支持 -mic WAV file for audio input 使用wav文件模拟mic麦克输入 -flash-keys flash key presses on the device skin -raw-keys disable Unicode keyboard reverse-mapping -radio redirect radio modem interface to character device -oldradio enable old VM-based simulated radio -onion
7、use overlay image over screen -onion-alpha specify onion skin translucency (default 50) -http-proxy make TCP connections through a HTTP/HTTPS proxy 代理服务器设置 -verbose enable verbose output -verbose-keys enable verbose key presses -verbose-proxy enable proxy debug messages -version display emulater ver
8、sion number -qemu pass arguments to qemu -qemu -h display qemu help -help print this help Default network latency is none can be one of the following: http:/: http:/: the http:/ prefix can be omitted. If -http-proxy is not used, the http_proxy environment variable is looked up and any value matching the format will be used automatically If the environment variable ANDROID_LOG_TAGS is defined and not empty, its value will be used to enable logcat output by default 有关Android模拟器管理我们会着重介绍adb文件。相关内容