Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. C:\android\apktool>apktool.bat d base.apk
  2. I: Using Apktool 2.0.0-RC3 on base.apk
  3. I: Loading resource table...
  4. I: Decoding AndroidManifest.xml with resources...
  5. I: Loading resource table from file: C:\Users\Jaroslav\apktool\framework\1.apk
  6. W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x7f0c008d
  7. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0003
  8. W: Could not decode attr value, using undecoded value instead: ns=android, name=icon, value=0x7f020003
  9. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0041
  10. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0021
  11. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0022
  12. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0058
  13. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0087
  14. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0003
  15. W: Could not decode attr value, using undecoded value instead: ns=android, name=resource, value=0x7f020081
  16. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a00b4
  17. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a004e
  18. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a004e
  19. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0069
  20. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a00a4
  21. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a00a4
  22. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a00a4
  23. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0087
  24. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a00a7
  25. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a00cb
  26. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a0087
  27. W: Could not decode attr value, using undecoded value instead: ns=android, name=label, value=0x7f0a004f
  28. W: Could not decode attr value, using undecoded value instead: ns=android, name=resource, value=0x7f050004
  29. I: Regular manifest package...
  30. I: Decoding file-resources...
  31. I: Decoding values */* XMLs...
  32. Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x7f0c008d
  33. at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:59)
  34. at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:57)
  35. at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:53)
  36. at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:60)
  37. at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:47)
  38. at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResScalarValue.java:45)
  39. at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:41)
  40. at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlResourceParser.java:369)
  41. at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(XmlPullParserDelegate.java:69)
  42. at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(StaticXmlSerializerWrapper.java:267)
  43. at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(StaticXmlSerializerWrapper.java:211)
  44. at brut.androlib.res.decoder.XmlPullStreamDecoder$1.event(XmlPullStreamDecoder.java:83)
  45. at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:141)
  46. at brut.androlib.res.decoder.XmlPullStreamDecoder.decodeManifest(XmlPullStreamDecoder.java:153)
  47. at brut.androlib.res.decoder.ResFileDecoder.decodeManifest(ResFileDecoder.java:134)
  48. at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:296)
  49. at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:131)
  50. at brut.androlib.ApkDecoder.decode(ApkDecoder.java:101)
  51. at brut.apktool.Main.cmdDecode(Main.java:165)
  52. at brut.apktool.Main.main(Main.java:81)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement