only52607 / smali2java

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

Command resulted in an error #4

Closed NowDev closed 2 years ago

NowDev commented 2 years ago

When i hit decompile i get the following error:

image

i've added the jadx path to my user folder, line from settings.json: "smali2java.jadxPath": "C:\Users\me\jadx-1.3.0\bin\jadx.bat"

Running JDK 1.8.0_202, idk if that helps.

only52607 commented 2 years ago

Have you tried reinstalling extensions?

NowDev commented 2 years ago

fix'd by reinstalling, thx