废话不多说直接上图
首先在andriod virtual device manager中新建两个虚拟设备vphone和vphone-double
准备两个andriod程序,运行其中一个程序,系统会自动启动一个虚拟设备,当运行第二个andriod程序时会弹出andriod device chooser对话框,这里我们选择一个新设备
两台虚拟设备同时运行的效果图如下,可以模拟两台虚拟手机之间的通信了,是不是很嗨
代码参考文章:
1.android与server端servlet交互
<a href="http://my.oschina.net/dlpinghailinfeng/blog/52564" target="_blank">http://my.oschina.net/dlpinghailinfeng/blog/52564</a>
2.android拍照上传代码样例
<a href="http://www.linuxidc.com/linux/2011-11/47617.htm" target="_blank">http://www.linuxidc.com/linux/2011-11/47617.htm</a>
3.android拍照上传程序的servlet程序样例
<a href="http://www.linuxidc.com/linux/2011-11/47619.htm" target="_blank">http://www.linuxidc.com/linux/2011-11/47619.htm</a>
4.android拍照上传程序的xml配置文件(界面布局文件)
<a href="http://www.linuxidc.com/linux/2011-11/47618.htm" target="_blank">http://www.linuxidc.com/linux/2011-11/47618.htm</a>