TheZ3ro / apk2java-linux

Decompile apk and get java or smali source
84 stars 31 forks source link

Fixed stack trace error when no arguments are passed #14

Closed radekl closed 6 years ago

radekl commented 6 years ago

The application throws stack trace when you run it without any argument. It is caused by the variable association (probably some old, uncleaned stuff) which is overwrote after arguments are parsed by argparse.