dex2jar
dex2jar copied to clipboard
d2j-dex2jar.sh: line 36: ./d2j_invoke.sh: Permission denied
How to fix this?
I got it on my Mac.
You can try this command: sudo chmod +x d2j_invoke.sh
Its a Linux command to grant execute permission. Hope it can help you.
I got it on my Mac.
You can try this command: sudo chmod +x d2j_invoke.sh
Its a Linux command to grant execute permission. Hope it can help you.
worked for me, thank you.
thanks its work
@laykinx @sultanzgm Please keep the comments clean. Let's only post something that can help in solving the issue. If you want to approve, or praise, please use the thumbs up.
Thanks!
Also, we can close this issue now, since the solution above works like charm.
The readme should be updated to suggest this solution.