I made an ironically horrible mistake while trying to backup my android project, and managed to almost destroy it with a botched up "move".
I am trying to recover the code from my classes. the project was fairly simple. I tried using dex2jar and then jd-gui on the .apk I have installed on my phone but I don't seem to be getting the same results other people are getting. There's nothing remotely close to my classes on the end product.
Is there a way to recover my code? Either through reverse engineering or maybe Android Studio has some sort of function where it keeps code in a temp file or something?