My computer messed up due to a storm and unfortunately I lost everything I had in HD including some projects I was doing in android. But they are installed on my smartphone was wondering if you can recover them with just that. Please help me thank you
Asked
Active
Viewed 70 times
0
-
2This is why you should always use a version control system. There's enough that are free that there's no reason not to. – Gabe Sechan Sep 28 '16 at 01:41
-
truth. Now I will use some version control – ruitercomp Sep 28 '16 at 01:53
2 Answers
2
- Search for the .apk file on your smart phone file system.
- You may be able to unzip the apk file, to retrieve the Java .class files.
- Use a Java decompiler like jad on the .class files.
This may be a duplicate of:

Community
- 1
- 1

Miner_Glitch
- 537
- 4
- 16
2
You can't recover the app project, but you can check the code extracting the apk from your phone and decompiling it.
To extract the APK from your phone use this APP:
https://play.google.com/store/apps/details?id=com.newpower.apkmanager
Use this website to decompile your APK

Ismael Di Vita
- 1,806
- 1
- 20
- 35