You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using enjarify there're two incompatibilities:
For some reason, I get an error when using enjarify in apkx: /usr/bin/env: ‘ python3.5’: No such file or directory - I couldn't find the usage of python3.5 in apkx, but because executing enjarify alone doesn't give any errors, I assume there's something wrong in apkx. It would be good for the env to point to python, without specifying its version
The enjarify outputs a file classes-enjarify.jar, instead of classes.jar. Now the problem with this is that cfr decompiler expects a file classes.jar, which is under a different name
The text was updated successfully, but these errors were encountered:
When using enjarify there're two incompatibilities:
For some reason, I get an error when using enjarify in apkx:
/usr/bin/env: ‘ python3.5’: No such file or directory
- I couldn't find the usage of python3.5 in apkx, but because executingenjarify
alone doesn't give any errors, I assume there's something wrong in apkx. It would be good for the env to point to python, without specifying its versionThe enjarify outputs a file
classes-enjarify.jar
, instead ofclasses.jar
. Now the problem with this is thatcfr
decompiler expects a fileclasses.jar
, which is under a different nameThe text was updated successfully, but these errors were encountered: