Cannot use dex2jar on my mac: permission denied

前端 未结 2 1036
一向
一向 2021-02-02 05:25

I downloaded dex2jar and now trying to use it, but if I type \'sh d2j-dex2jar.sh\' it shows the following message.

d2j-dex2jar.sh: line 36: ./d2j_invoke.sh: Perm         


        
相关标签:
2条回答
  • 2021-02-02 05:59

    Still If you find no luck use,

    chmod a+x *.sh

    0 讨论(0)
  • 2021-02-02 06:09

    You need to provide execute permissions to your sh script.

    To do that : sudo chmod +x d2j_invoke.sh

    0 讨论(0)
提交回复
热议问题