用IntelliJ IDEA开发Android程序图文教程(5)

在project的创建过程中,IntelliJ IDEA自动的生成了运行配置Android_hello_world。要想马上运行程序,我们只需要配置虚拟设备,或者直接使用手机,运行程序。

配置虚拟Android设备

从Run/Debug Configuration (1)下来列表选择Edit Configurations。

IntelliJ IDEA打开Run/Debug Configurations对话框展示默认运行android_hello_world 设备的详细信息配置 (1)。

用IntelliJ IDEA开发Android程序图文教程

点击Browse按钮接下来进入Prefer Android Virtual Device for Deployment下拉列表(2).在这里Select Android Virtual Device对话框,点击Create:

用IntelliJ IDEA开发Android程序图文教程

在这Create Android Virtual Device 对话框打开接受以MyAvd0为名字的默认的设备(1):

用IntelliJ IDEA开发Android程序图文教程

当你点击OK之后, IntelliJ IDEA让你进入Select Android Virtual Device对话框,在这里你就可以看到你所定义的设备的列表了。

用IntelliJ IDEA开发Android程序图文教程

点击OK保存配置然后返回Run/Debug Configurations对话框,进入Prefer Android Virtual Device for Deployment下拉列表中现在显示你定义的emulator:

用IntelliJ IDEA开发Android程序图文教程

完成这些配置的定义之后点击OK。

值得高兴的是,你只需这样配置一次,IDE会帮助记忆这些的。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/a6d8d3d8464b06c22d5584cc55808123.html