decompile-apk icon indicating copy to clipboard operation
decompile-apk copied to clipboard

Error when using decompile-apk.sh

Open nicolasfritzges opened this issue 4 years ago • 6 comments

this is the error message: jdgui-apk.sh: líne 4: source: util.sh: file not found

nicolasfritzges avatar Mar 26 '20 17:03 nicolasfritzges

is the same error with every option, the "util.sh" file exists

nicolasfritzges avatar Mar 26 '20 17:03 nicolasfritzges

i have the same problem did you solved ?

Aniskonig avatar May 30 '20 11:05 Aniskonig

try editor SH file line 4 source util.sh → ./source util.sh

skysumbra avatar Sep 11 '20 01:09 skysumbra

@skysumbra it must be source ./util.sh

seedlord avatar Oct 04 '20 14:10 seedlord

try sh => bash in every option

bash jdgui-apk.sh $arg
bash classyshark-apk.sh $arg
bash jadx-apk.sh $arg
bash bytecode-viewer.sh $arg

Twopothead avatar Jun 01 '21 09:06 Twopothead

@skysumbra it must be source ./util.sh

This fixed the issue for me!

Frontesque avatar Dec 08 '21 16:12 Frontesque