Apktool: Not yet support xapk

Created on 30 Jul 2020  路  3Comments  路  Source: iBotPeaches/Apktool

Not yet support decompile xapk file :(

Feature

Most helpful comment

XAPK files are simply ZIP files containing the base apk and the various split apks.

All 3 comments

XAPK files are simply ZIP files containing the base apk and the various split apks.

I'll use this ticket as the backlogged feature request. Maybe at some point Apktool could reach into the xapk and pull out what it needs, but that gets really confusing with all the splits/archs that may exist.

I'll use this ticket as the backlogged feature request. Maybe at some point Apktool could reach into the xapk and pull out what it needs, but that gets really confusing with all the splits/archs that may exist.

Very soon there will be such applications. I already thought about it, it is possible to unpack only the basic arch from this archive, and at assembly to pack everything back. also to add a key whether to unpack all split apk from archive. I personally have such an idea

Was this page helpful?
0 / 5 - 0 ratings