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

Androguard v4 incompatibility

Open MobCode100 opened this issue 1 year ago • 0 comments

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 to change the requirements.txt to put version limit on androguard e.g. androguard<4 and then run again the pip install command.

MobCode100 avatar Mar 27 '24 23:03 MobCode100