Skip to content
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

Where can I change the apktool version to a more current one in the program? #168

Open
brunao-br opened this issue Jul 7, 2024 · 2 comments

Comments

@brunao-br
Copy link

brunao-br commented Jul 7, 2024

No description provided.

@bes-internal
Copy link

You can use --apktool cmd option

@S-trace
Copy link

S-trace commented Sep 4, 2024

You should use the following command: apk-mitm --apktool "$(readlink -f apktool.jar)" <apk-file> because passing only filename in current directory or ./filename does not work (because java starts in temporary dir, not in the current dir, and readlink -f returns full path to the file.

Or just provide already prepared full path to --apktool parameter of apk-mitm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants