1:appt:

aapt stands for Android Asset Packaging Tool and is included in the tools/ directory of the SDK. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets.

hough you probably won't often useaaptdirectly, build scripts and IDE plugins can utilize this tool to package the apk file that constitutes an Android application.

For more usage details, open a terminal, go to thetools/directory, and run the command:

  • Linux or Mac OS X:

    ./aapt
  • Windows:

    aapt.exe

2:adb

3:android

  • Create, delete, and view Android Virtual Devices (AVDs).
  • Create and update Android projects.
  • Update your Android SDK with new platforms, add-ons, and documentation.

4:

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. golang中sort包如何实现
  2. emacs支持golang吗
  3. golang用户登录怎么做
  4. dart和golang区别
  5. go语言中包导入的一些问题
  6. golang判断是否存在不存在就创建文件
  7. golang的堆栈怎么看
  8. golang中定义不定长数组的方法
  9. golang不适合开发web吗
  10. golang中的map是结构体吗