六月

12

Android Asset Packaging Tool (aapt)

Android Asset Packaging Tool (aapt) Android资源打包工具:你可以通过aapt工具来创建.apk文件,这些文件包含了Android应用程序的二进制文件和资源文件。 Reference/aapt 使用aapt 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. aapt即Android Asset Packaging Tool , 在SDK的tools/目录下. 该工具可以查看, 创建, [...]