Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library conflict for AXMLPrinter2 library #1

Open
tenmalin opened this issue Jul 16, 2015 · 0 comments
Open

Library conflict for AXMLPrinter2 library #1

tenmalin opened this issue Jul 16, 2015 · 0 comments
Assignees
Labels

Comments

@tenmalin
Copy link
Collaborator

Amandroid use old AXMLPrinter2 library; therefore, AXMLPrinter2 used in argus-ide can cause library conflicts, leading to compile errors.

Exception in thread "main" java.lang.NoSuchMethodError: android.util.TypedValue.coerceToString(II)Ljava/lang/String;
at brut.androlib.res.data.value.ResIntValue.encodeAsResXml(ResIntValue.java:45)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResScalarValue.java:45)
at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:41)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlResourceParser.java:369)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(XmlPullParserDelegate.java:69)
at brut.androlib.res.decoder.XmlPullStreamDecoder$1.parseManifest(XmlPullStreamDecoder.java:97)
at brut.androlib.res.decoder.XmlPullStreamDecoder$1.event(XmlPullStreamDecoder.java:65)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:141)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decodeManifest(XmlPullStreamDecoder.java:153)
at brut.androlib.res.decoder.ResFileDecoder.decodeManifest(ResFileDecoder.java:134)
at brut.androlib.res.AndrolibResources.decodeManifestWithResources(AndrolibResources.java:199)
at brut.androlib.Androlib.decodeManifestWithResources(Androlib.java:139)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:102)
at org.sireum.amandroid.decompile.AmDecoder$.decode(AmDecoder.scala:44)
at org.sireum.amandroid.cli.Decompiler$.main(Decompiler.scala:64)
at org.sireum.amandroid.cli.Decompiler.main(Decompiler.scala)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants