android emulator是基于qemu虚拟机的,整个android stack(包括linux kernel)都跑在这个虚拟机之上。emulator 需要有一个配置文件来指明模拟手机的外形,ram的大小等。这些配置信息统称为android virtual device,详细见http://developer.android.com/guide/developing/tools/avd.html

emulator 启动时指定一个avd,在eclipse->preference->android里有一个选项是emulator的参数,在这里可以添加任何你想要的东西。

emulator还有一个控制台,telnet localhost 5554可以控制emulator的网络设置等。端口可以再emulator的标题栏上看到,详细见

http://developer.android.com/guide/developing/tools/emulator.html

更多相关文章

  1. 记一次Android(安卓)Studio的Enable VT-x in your BIOS问题解决
  2. [Android(安卓)Pro] Android(安卓)libdvm.so 与 libart.so
  3. 安卓学习第一天
  4. Android:Failed to allocate memory: 8;This application has requ
  5. 在VMware虚拟机下安装Android(安卓)Studio(AS)以及运行第一个Hello
  6. 【android】与pc机进行UDP通信(二)
  7. android 五大应用开发框架是什么
  8. Android(安卓)Studio使用来自控制台的模拟器,/dev/kvm device:
  9. helloAndroid!

随机推荐

  1. Android屏蔽Home键
  2. [转载]Android(安卓)by example : MVVM +
  3. Android外部存储/内部存储路径获取大全
  4. Android(安卓)xml文件里读取string array
  5. 使用Android内置httpRequest发起httpRequ
  6. android CVE 漏洞汇总
  7. Android(安卓)Widget桌面组件创建
  8. SharedPreferences 数据存储
  9. Android(安卓)关闭软键盘
  10. Android获取系统当前时区