2011年7月15日

android 资源如何查找(AaptAssets)分析

摘要: AaptAsset.cpp 位于 src/frameworks/base/tools/aapt目录xiam主要入手是从 函数 ssize_t AaptAssets::slurpFromArgs(Bundle* bundle)开始首先先判断 是否存在 AndroidManifest.xml 这个文件,然后加入,在加入文件的时候,使用到 status_t AaptGroup::addFile(const sp<AaptFile>& file) 此函数status_t AaptGroup::addFile(const sp<AaptFile>& file){ 阅读全文

posted @ 2011-07-15 17:51 景树园 阅读(1587) 评论(0) 推荐(1)

导航