sky201503 / android-apktool2

Automatically exported from code.google.com/p/android-apktool
0 stars 0 forks source link

Config flags size > 32. Exceeding bytes: 01000000. on 2.3.5 #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Decompile com.htc.resources.apk from 2.3.5

What version of the product are you using? On what operating system?

Sense 3.5 Android 2.3.5

After trying to decompile that file get this:

I: Loading resource table...
W: Config flags size > 32. Exceeding bytes: 01000000.
W: Invalid config flags detected. Dropping resources: dimen-hdpi-ERR0
W: Config flags size > 32. Exceeding bytes: 02000000.
W: Invalid config flags detected. Dropping resources: dimen-hdpi-ERR1
W: Config flags size > 32. Exceeding bytes: 04000000.
W: Invalid config flags detected. Dropping resources: dimen-hdpi-ERR2
W: Config flags size > 32. Exceeding bytes: 05000000.
W: Invalid config flags detected. Dropping resources: dimen-hdpi-ERR3
W: Config flags size > 32. Exceeding bytes: 01000000.
W: Invalid config flags detected. Dropping resources: integer-hdpi-ERR4
W: Config flags size > 32. Exceeding bytes: 02000000.
W: Invalid config flags detected. Dropping resources: integer-hdpi-ERR5
W: Config flags size > 32. Exceeding bytes: 04000000.
W: Invalid config flags detected. Dropping resources: integer-hdpi-ERR6
W: Config flags size > 32. Exceeding bytes: 05000000.
W: Invalid config flags detected. Dropping resources: integer-hdpi-ERR7
I: Loaded.
I: Loading resource table from file: C:\Users\Drobek\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...

Original issue reported on code.google.com by drobek.k...@gmail.com on 9 Sep 2011 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by Brut.alll on 5 Nov 2011 at 10:26