-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Loading of APK files slow #950
Comments
jpstotz
changed the title
[core] Loading of APK files slow or incomplete
[core] Loading of APK files slow
Jun 10, 2020
skylot
added a commit
that referenced
this issue
Jun 10, 2020
@skylot Thanks loading works much better now. Just for curiosity: What dependencies are you talking about - Jadx dependencies or dependencies of the APK that is loaded? |
@jpstotz apk class dependencies and usage of fields and methods.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the latest unstable version jadx-1.1.0-b1301-65553c15 loading larger APK files, such as Spotify or any other APK files has become very slow.
I noticed that while the initial loading process dozens of temporary zipfs* temporary files are created and deleted next to the APK file. Mostly the temporary files I have seen are just a few KB large, hence processing them in-memory would be preferable instead of creating a temporary file that lives just a few milliseconds.
The text was updated successfully, but these errors were encountered: