Usage:
android [global options] action [action options]
Global options:
-v --verbose Verbose mode: errors, warnings and informational messages ar
inted.
-h --help This help.
-s --silent Silent mode: only errors are printed out.
Valid actions are composed of a verb and an optional direct object:
- list : Lists existing targets or virtual devices.
- list avd : Lists existing Android Virtual Devices.
- list target : Lists existing targets.
- create avd : Creates a new Android Virtual Device.
- move avd : Moves or renames an Android Virtual Device.
- delete avd : Deletes an Android Virtual Device.
- update avd : Updates an Android Virtual Device to match the folders of
w SDK.
- create project: Creates a new Android Project.
- update project: Updates an Android Project (must have an AndroidManifest.x
- update adb : Updates adb to support the USB devices declared in the SDK
-ons.
Action "list ":
Lists existing targets or virtual devices.
Options:
No options
Action "list avd":
Lists existing Android Virtual Devices.
Options:
No options
Action "list target":
Lists existing targets.
Options:
No options
Action "create avd":
Creates a new Android Virtual Device.
Options:
-c --sdcard Path to a shared SD card image, or size of a new sdcard for
new AVD
-s --skin Skin of the new AVD
-p --path Location path of the directory where the new AVD will be cre
-n --name Name of the new AVD [required]
-t --target Target id of the new AVD [required]
-f --force Force creation (override an existing AVD)
Action "move avd":
Moves or renames an Android Virtual Device.
Options:
-n --name Name of the AVD to move or rename [required]
-p --path New location path of the directory where to move the AVD
-r --rename New name of the AVD to rename
Action "delete avd":
Deletes an Android Virtual Device.
Options:
-n --name Name of the AVD to delete [required]
Action "update avd":
Updates an Android Virtual Device to match the folders of a new SDK.
Options:
-n --name Name of the AVD to update [required]
Action "create project":
Creates a new Android Project.
Options:
-t --target Target id of the new project [required]
-n --name Project name
-p --path Location path of new project [required]
-a --activity Activity name [required]
-k --package Package name [required]
Action "update project":
Updates an Android Project (must have an AndroidManifest.xml).
Options:
-n --name Project name
-t --target Target id to set for the project [required]
-p --path Location path of the project [required]
Action "update adb":
Updates adb to support the USB devices declared in the SDK add-ons.
Options:
No options
入门demo请看这里:
http://www.j2medev.com/android/start/200905/20090508210923.html
分享到:
相关推荐
一款在android手机/平板上运行的cmd工具,可选气泡或者经典风格。
"android send at cmd"指的是通过ADB(Android Debug Bridge)工具向Android设备的基带发送AT命令,以实现对设备的底层通信功能进行调试或配置。下面将详细介绍这个过程以及相关技术点。 1. **ADB(Android Debug ...
在Android系统中,`/system/bin/cmd`是一个重要的命令行工具,它允许用户执行各种系统级别的操作。然而,出于安全考虑,Android系统通常对这些工具的权限进行了严格的限制。这篇博客文章“Android设置/system/bin/...
在深入探讨如何通过CMD命令创建并运行Android虚拟设备(AVD)之前,我们先来了解一下基本概念。Android SDK工具包是开发Android应用所必需的一套工具集,它包含了多种工具,如ADB、Fastboot等,而AVD是Android虚拟...
根据提供的文件信息“Android-cmd命令.doc”,我们可以深入探讨与Android命令行工具相关的知识点,特别是通过命令行方式管理和调试Android设备的功能。 ### Android-cmd命令概述 在Android开发过程中,命令行工具...
"cmd 源码工具"是一款专为Android操作系统设计的命令行工具,它允许用户在Android设备或平板电脑上执行类似计算机终端的命令,进行系统级别的操作和调试。这款工具对于开发者来说尤其有用,因为它提供了深入系统层面...
### Android源码下载 CMD 在本篇文章中,我们将详细介绍如何通过命令行工具(CMD)来下载Android源代码。这不仅适用于开发人员希望深入了解Android操作系统的工作原理,也适用于那些希望为现有系统添加自定义功能的...
其中,Android SDK包含了一系列的命令行工具,这些工具可以在CMD(命令提示符)环境下运行,帮助开发者执行多种任务。下面将详细解释如何使用CMD命令来操作Android虚拟设备(AVD)以及安装和管理应用。 首先,创建...
至于"AutoApk"这个文件,可能是指一个自动化的Android应用打包工具,但这与C# WinForm执行CMD命令的主题关系不大,所以在这里不做详细展开。在C#环境中,如果你需要与Android开发相关联,可以使用Mono for Android...
cmd下使用ant对android项目进行打包签名
默认情况下,全局安装的Node.js模块应该位于特定的全局模块路径下,如`C:\Users\<用户名>\AppData\Roaming\npm\node_modules`(Windows)或`/usr/local/lib/node_modules`(Unix/Linux)。确保`layaair2-cmd.js`存在...
Android Studio里的各种弹窗
如果您不需要 Android Studio,可以下载 Android 命令行工具。可以使用包含sdkmanager的下载其他 SDK 包。该工具包含在 Android Studio 中。Android 命令行工具适用于macOS系统。
->(1) The shell cmd line must start with '>' and at the top of doc. ->(2) Start with '#' is comment ->(3) Empty line is permitted ->(4) Some shell cmd, for example logcat, you can stop by swtich to ...
2. **打开Windows命令行工具**:在Windows系统中,可以通过“开始”菜单或快捷键`Win + R`打开“运行”对话框,输入`cmd`回车来打开命令行工具。 3. **连接至模拟器控制台**: - 使用`telnet localhost 5554`命令...
4. **使用`dalvikvm-heap`权限**:在AndroidManifest.xml中添加`<uses-permission android:name="android.permission.DUMP" />`,这允许应用获取设备状态信息,可能有助于执行更复杂的shell命令。 5. **使用AIDL...
DDMS(Dalvik Debug Monitor Service)是Android系统中用于调试应用程序的重要工具,它在Android开发和逆向工程中扮演着核心角色。...只需简单设置环境变量,即可在CMD中快速启动,大大提高了开发效率。
3. 性能监控:利用工具如trace-cmd、sysfs进行性能分析,找出瓶颈并优化。 总结,Android驱动开发与移植实战不仅涉及硬件层面的知识,还需要理解Linux内核和Android系统架构。通过实际项目经验积累,开发者可以掌握...