only52607 / smali2java

vscode extension which allows you to decompile a single smali file into java code
MIT License
42 stars 3 forks source link

temp not found #1

Closed aabeben closed 2 years ago

aabeben commented 2 years ago

I've tried to convert small file into java file but no luck. below is screenshot. Would you like to help me about the issue, I mean the author Screen Shot 2021-11-12 at 09 33 55 .

only52607 commented 2 years ago

You can try manually creating the directory “/Support/Code...../temp” above and try again.

CyrilHu commented 2 years ago

I have this issue on macOS, the VSCode user directory is /Users/user/Library/Application Supports/Code/User....../temp. the directory path has a blank character. so your command line should user double quotes "" to wrap your path. otherwise, the path will lost the beginning part before the blank character.

CyrilHu commented 2 years ago

@only52607 I had make a pull request to fix this issue, please review and merge.