Archives for: August 2011
Android Resource Manager Tools:aapt
August 29th, 2011===Aapt When I research multiple locale support, I found that aapt is a great tool which can used to dump internal information of apk file.
For exmple, aapt dump configurations apk_name can dump all the configuration used built in apk file.
===Locale support
AssertManager.getLocales() will invoke jni code in AssertManager.cpp, it will invoke ResTable.getLocales() in 'ResourceTypes.cpp`. This method will check all the avaliable configuration and figure out which kinds locales are supported.