android tools 集锦

android tools 汇总1:appt:aapt stands for Android Asset Packaging Tool and is included in the tools/

android tools 汇总

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.

  • 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: