The hard drive on my laptop just crashed and I lost all the source code for an app that I have been working on for the past two months. All I have is the APK file that is st
May be the easy one to see the source:
In Android studio 2.3, Build -> Analyze APK -> Select the apk that you want to decompile. You will see it's source code.
Build -> Analyze APK -> Select the apk that you want to decompile
Link for reference: https://medium.com/google-developers/making-the-most-of-the-apk-analyzer-c066cb871ea2