hi
recently I have found that the resources.arsc in APK
the format has been changed slightly

I use HelloActivity as example

in api level : android-8
the string is
H.E.L.L.O

but in my mydroid build, (branch froyo-release)
PLATFORM_VERSION=2.2.1

its string is
HELLO

the format has been changed from UTF-16LE to  UTF-8?

Why the format has been changed
and also does this imply that the APK cannot provide backward
compatibility?
(I try to install the 2.2.1 HelloActivity.apk to android-7, but it
fails)

thanks

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to