のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-08-13から1日間の記事一覧

TypedValue

/*package*/ final boolean getResourceValue(int ident, int density, TypedValue outValue, boolean resolveRefs) { int block = loadResourceValue(ident, (short) density, outValue, resolveRefs); if (block >= 0) { if (outValue.type != TypedValue.…

aapt

>aapt l -a LocaleTest.apk Resource table: Package Groups (1) Package Group 0 id=127 packageCount=1 name=com.example.localetest Package 0 id=127 name=com.example.localetest typeCount=8 type 0 configCount=0 entryCount=0 type 1 configCount=4 …