Speak up! I decompiled an apk and it generated a class.dex file. I managed to turn this file into .jar and now I want to go back to .dex. How to do this?
Speak up! I decompiled an apk and it generated a class.dex file. I managed to turn this file into .jar and now I want to go back to .dex. How to do this?
In Github there is the following project: link
You can download the compiled version at link
Inside the folder should contain d2j-jar2dex.bat
that does exactly what you need.
The scripts you see in the download: