Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
androguard==4.0.0 doesn't has bytecodes, so to call APK you should use "from androguard.core.apk import APK" instead of "from androguard.core.bytecodes.apk import APK" otherwise you will get an exception. or you need to set specific androguard version in requirements file
- Loading branch information