xapk-tool icon indicating copy to clipboard operation
xapk-tool copied to clipboard

XAPK Creation Tool V2: A Python tool for creating XAPK packages

Results 2 xapk-tool issues
Sort by recently updated
recently updated
newest added

Since androguard >= v4 has been released, the line `from androguard.core.bytecodes.apk import APK` will crash, and I'm getting `ModuleNotFoundError: No module named 'androguard.core.bytecodes'` error. A simple solution for this is...