AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

Via the SAF API , I could give you the InputStream multiple times if needed.

Maybe it's possible to have a ZipInputStream that will take only the manifest file and send it as a byte array to ApkFile? Will the library still be able to...

I tried now to get only the manifest into bytes array. Seems to work, but the parser of this library can't handle it alone. It probably has to have it...

I see. Makes sense. But I think it shouldn't read everything that it can. Just what it needs. Does the library first parse the manifest, and then check on the...

OK seems it's almost possible to do it, for manifest and resources files. All I have to do is to load each of those into byte-array and then parse. I...

Took me time, but I think I know where it occurs. Just don't know why. Seems that in BinaryXmlParser.readXmlNodeStartTag , it goes over the attributes of the "manifest" tag to...

v2.6.9 ? Where did you get it? v2.6.7 is the latest one... Then again, there were pull requests that were merged into master, but I don't see the master branch...

But how did you get this version? The website shows only the release of 2.6.7 .

How come it's not updated here: https://github.com/hsiafan/apk-parser/releases ? What's new between 2.6.7 and 2.6.10 ? When did it become available? What if you used my fork of it, here: https://github.com/AndroidDeveloperLB/apk-parser...