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

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

问题描述

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

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

推荐答案

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

android 创建 avd -n -t [- ] ...

示例:android 创建 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 创建 avd -n -t --skin WVGA800

或者你可以参考:-

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

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

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