adbkit-apkreader
Advanced tools
Changelog
3.1.2 (2019-01-18)
Changelog
3.1.1 (2018-11-11)
application
key to com.stub.StubApp
. Thanks @JChord!Changelog
3.1.0 (2018-09-27)
debug: true
to .readManifest()
or .readXml()
.Changelog
3.0.2 (2018-07-11)
Changelog
3.0.0 (2017-09-21)
Changelog
2.1.2 (2017-08-21)
RangeError: Index out of range
error when parsing newer APKs that use UTF-8 encoding for their string pools. Thanks to @headshot289 and @mingyuan-xia for providing samples that helped isolate the issue.Changelog
2.1.1 (2017-03-07)
readManifest()
parsing issue with slightly malformed manifests.Changelog
2.1.0 (2017-03-01)
readContent(path)
to read the raw content of any file. Thanks @LegNeato!usingFileStream(path, action)
that allows you to consume the contents of a file as a Stream. Useful for very large files.readXml(path)
was unable to read any other file than AndroidManifest.xml
due to an oversight. You can now read any file with it.