WEB开发网
开发学院手机开发Android 开发 Android target 类型选择技巧 阅读

Android target 类型选择技巧

 2010-02-10 06:38:00 来源:WEB开发网   
核心提示:不知道大家还记得我们51CTO在一篇对Android虚拟设备进行介绍的文章,对Android有所了解的朋友应该知道,Android target 类型选择技巧,虚拟设备英文简称就是AVD,那么在这里大家将会了解内容则是其中的一个插件Android target类型的选择技巧,Android 1.5中引入了 AVD(An

不知道大家还记得我们51CTO在一篇对Android虚拟设备进行介绍的文章。对Android有所了解的朋友应该知道,虚拟设备英文简称就是AVD。那么在这里大家将会了解内容则是其中的一个插件Android target类型的选择技巧。

Android 1.5中引入了 AVD(Android Virtual Device) 。在模拟器上运行你的应用程序之前必须首先创建一个你的 AVD(所以,可以理解为 AVD就是一个配置好了的模拟器 )。

创建 AVD你需要运行:Android create AVD命令,先看一下它的用法:

  1. Usage:   
  2. Android [ global options] action [ action options]   
  3. Global options:   
  4. - h - - help This help.   
  5. - s - - silent Silent mode: only errors are printed out.   
  6. - v - - verbose Verbose mode: errors, warnings 
    and informational messages are pr  
  7. inted.   
  8. Action "create AVD" :   
  9. Creates a new Android Virtual Device.   
  10. Options:   
  11. - t - - target Target id of the new AVD [ required]   
  12. - c - - sdcard Path to a shared SD card image, or size 
    of a new sdcard for the  
  13. new AVD  
  14. - p - - path Location path of the directory where 
    the new 
    AVD will be created  
  15. - n - - name Name of the new AVD [ required]   
  16. - f - - force Force creation ( override an existing AVD)   
  17. - s - - skin Skin of the new AVD 

1 2 3  下一页

Tags:Android target 类型

编辑录入:coldstar [复制链接] [打 印]
赞助商链接