I am an app developer, and I recently had to re-install windows, so I lost all of my app data 🙁
I have the apps on the market, so can get the APK’s, but my question is:
Can I decompile them back into eclipse, or will I have to re-make them from scratch?
Thanks for your answers, Liam
Unfortunately, there’s not any way to get your source code back from just an apk.
I highly recommend in the future using a source control management system (I use git) and back up online (I use bitbucket).