0

I have an APK file on my phone for an app that I was testing. I, not realizing that I didn't back up my source Android Studio project, deleted the source as I was looking for an older version online. Regardless to say, I didn't find the older source, or the version I wanted and am wondering if it is possible in any way to get the APK in an Android Studio Project manner. I've tried using dex2jar and other tools, but they do not make it openable and exportable by Android Studio. Is there a step I am missing?

Epic Gamer_1
  • 104
  • 3
  • 12

1 Answers1

0

I feel your pain. There are some tools for reverse engineering apk's but don't expect the results to be identical.

I wish you the best of luck!

  • Thank you! I've never personally heard of apktool and ill try it as I get home! This is a lifesavw – Epic Gamer_1 May 24 '18 at 11:43
  • I''ve used it succesfully before. But I will give you the same disclaimer, _**the reverse engineered product might not be the same. You will still have to make some changes!**_ – Niels Van den Broeck May 24 '18 at 11:45
  • Yes. At least it's better than starting from scratch. I'm fine with making changes as it is better than restarting – Epic Gamer_1 May 24 '18 at 11:49