pxb1988 / dex2jar

Tools to work with android .dex and java .class files
Apache License 2.0
12.26k stars 2.1k forks source link

dex to jar issues #528

Open okwe-aja opened 2 years ago

okwe-aja commented 2 years ago

dear team, i tried to convert a apk file to a jar file using the dex2jar tool and got the below error

Error: Invalid or corrupt jarfile d2j-dex2jar.sh

this is from a fresh downloaded zip file kindly assist

ThexXTURBOXx commented 2 years ago

You are trying to start a sh file via java. You need to start it directly via ./d2j-dex2jar.sh