You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am rebuilding a large project, and this takes some time (more than a minute). I have a pretty strong CPU, and it looks like apktool is only using a single CPU core, while there are many more unused.
Describe the solution you'd like
I would like to see apktool use multiple threads, preferably with a way to choose how many (defaulting to 1).
Additional context
The text was updated successfully, but these errors were encountered:
I'll be honest. I don't have the knowledge to do this and it would additionally require correctly calling aapt/aapt2 in a threaded environment which I do not know if possible.
Is your feature request related to a problem? Please describe.
I am rebuilding a large project, and this takes some time (more than a minute). I have a pretty strong CPU, and it looks like apktool is only using a single CPU core, while there are many more unused.
Describe the solution you'd like
I would like to see apktool use multiple threads, preferably with a way to choose how many (defaulting to 1).
Additional context
The text was updated successfully, but these errors were encountered: