I have converted my dex file from apk to to a jar file
Steps:
- Change xyz.apk to xyz.zip
- Extract xyz.zip
- Copy classes.dex to my dex2jar folder
- Drag and release clases.dex onto dex2jar.abat
- Classes_dex2jar.jar is created
- Open clases_dex2jar.jar in JD Gui
- Empty screen for JD Gui
Can someone please advise what I have done wrong?
I have also tried doing step 4 using the terminal, but it yields the same result. I am running on Windows 7.