如何从命令行在Ubuntu Linux上打开AVD管理器? [英] How to open the AVD manager on Ubuntu Linux from the command line?

查看:413
本文介绍了如何从命令行在Ubuntu Linux上打开AVD管理器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从命令行在Ubuntu Linux上打开AVD管理器?

How to open the AVD manager on Ubuntu Linux from the command line?

推荐答案

以下是创建AVD的命令行用法:

android create avd -n -t [-] ...

示例: android create avd -n my_android1.5 -t 2

Example : android create avd -n my_android1.5 -t 2

如果您选择的目标是标准Android系统映像(类型:平台"),则android工具接下来会询问您是否要创建自定义硬件配置文件.

If the target you selected was a standard Android system image ("Type: platform"), the android tool next asks you whether you want to create a custom hardware profile.

Android 1.5是基本的Android平台. 您是否要创建自定义硬件配置文件[否]

Android 1.5 is a basic Android platform. Do you wish to create a custom hardware profile [no]

使用create avd命令创建新的AVD,并指定--skin选项,其值引用默认的皮肤名称(例如"WVGA800")或自定义的皮肤分辨率(例如240x432).这是一个示例:

Use the create avd command to create a new AVD, specifying the --skin option with a value that references either a default skin name (such as "WVGA800") or a custom skin resolution (such as 240x432). Here's an example:

android create avd -n -t --skin WVGA800

android create avd -n -t --skin WVGA800

或者您可以从:-

http://developer.android.com/tools/devices/manage-avds-cmdline.html

这篇关于如何从命令行在Ubuntu Linux上打开AVD管理器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆