Preface
This chapter is the developer Guide/Developing/Tools/aapt, translated from "Mobile cloud _ 文bin", welcome to its blog: "http://blog.csdn.net/caowenbin ", thanks again for "Mobile cloud _ Wenbin "! We look forward to your participation in translation of Android related information, contact me over140@gmail.com.
Body
UseAapt
AaptIs StandardAndroidAuxiliary packaging tool, located inSDKOfTools/Folder. This tool allows you to view, create, or updateZipCompatible format (Zip, jar, apk.
Generally, you do not need to use it directly.AaptTools,IDEPlug-ins and compilation scripts can be packaged with itApkFile to synthesize the application.
For detailed usage, you can open the command line terminalToolsRun the following command in the folder:
LinuxOrMac OS X:
./Aapt
Windows:
Aapt.Exe
Original
Html> http://developer.android.com/guide/developing/tools/aapt.html