Start a Project

Reverse Engg.

I accidentally erased my project from Eclipse, and all I have left is the APK file which I transferred to my phone. Is there a way to reverse the process of exporting an application to the .apk file, so I can get my project back?

This is not my story. But you will find similar question on many forums. So in this blog we gonna use some tools to get our file back and understand ethically what’s inside APK.

 

What are APK Files?

APK files are analogous to other software packages such as APPX in Microsoft Windows or Deb packages inDebian-based operating systems like Ubuntu. To make an APK file, a program for Android is first compiled, and then all of its parts are packaged into one file. An APK file contains all of that program’s code (such as .dex files), resources, assets, certificates, and manifest file.

 

So, If APK file contain resources, manifest and dex files. How to get them back?

Here are the steps that let you help in get back your files.

 

 

 

Hopefully you had enjoyed doing the reverse engg. and solved your problem.

 

 

 

 

 

 

Exit mobile version