ADT中通过安卓虚拟设备运行安装程序

来源:互联网 发布:天天酷跑得分详细数据 编辑:程序博客网 时间:2024/05/15 00:51

1.继续参考:(原文链接http://www.crifan.com/run_android_on_avd/)

Run on the Emulator

对于新建的AVD,点击Start:

click start avd

弹出启动选项:

launch options

点击Launch启动。

2.然后开始显示正在启动:

starting emulator

然后就可以看到对应的启动后的AVD了:

running avd

3.然后画面切回来,关闭AVD管理器:

close avd manager

去点击Run:

click run

然后稍等一下,就出现了:

标题是我们的图标和项目名

主界面,其中显示了hello world!

还有一个弹出窗口:Auto Monitor Logcat

show main ui and auto monitor logcat

 

4.点击了主屏幕后,背景色变成白色:

click to white

 

5.暂时不太懂,所以运行ADT监视logcat:

allow adt to monitor logcat

然后可以看到右边出现,logcat显示的信息:

show logcat logging

 

原创粉丝点击