JarFile jar = new JarFile(file);
// get file entry from the JarFile
JarEntry entry = jar.getJarEntry("file_name");
// get file stream to prepare parsing this file
InputStream input = jar.getInputStream(entry);
2010年2月20日 星期六
JarFile
2010年2月8日 星期一
Build Image Language
append this line "PRODUCT_LOCALES := zh_TW en_GB es_US ja"[...other local
language] at end of [top-dir]/build/target/product/generic.mk if compiling
generic, note,zh_TW must be first position
PRODUCT_LOCALES := \
en_US \
de_DE \
zh_CN \
ru_RU \
reference:
http://pdk.android.com/online-pdk/guide/index.html
http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/
language] at end of [top-dir]/build/target/product/generic.mk if compiling
generic, note,zh_TW must be first position
PRODUCT_LOCALES := \
en_US \
de_DE \
zh_CN \
ru_RU \
reference:
http://pdk.android.com/online-pdk/guide/index.html
http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/
訂閱:
文章 (Atom)