suparmin / apktool

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

decompile #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to deoode an apk but while doing so i get this error.I tried renaming 
the framework-res.apk to 1.apk in the root folder. Is there any other 
alternative? Please help me out. Here is the error.

Thnx a lot

W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAllCaps, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=android, name=
state_activated, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=android, name=
state_activated, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=android, name=
state_activated, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=android, name=
state_activated, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=android, name=
dividerPadding, value=0x00000c01
W: Could not decode attr value, using undecoded value instead: ns=android, name=
state_activated, value=0xffffffff
I: Decoding values */* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec:
0x01010329
        at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
        at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:58)
        at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:54)
        at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferen
ceValue.java:62)
        at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml(Re
sStyleValue.java:51)
        at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResour
ces.java:440)
        at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:243
)
        at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:115)
        at brut.androlib.ApkDecoder.decode(ApkDecoder.java:114)
        at brut.apktool.Main.cmdDecode(Main.java:146)
        at brut.apktool.Main.main(Main.java:77)

Original issue reported on code.google.com by ankit.mi...@gmail.com on 12 Feb 2014 at 2:54