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
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.
No description provided.
The text was updated successfully, but these errors were encountered: