Is there a way to get the source code from an APK file?

前端 未结 27 1801
难免孤独
难免孤独 2020-11-21 06:56

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

27条回答
  •  天涯浪人
    2020-11-21 07:42

    apktool is the best thing you can try. I have saved some xml with it, but honestly I don't know how it will work with the .java code.

    I would recommend you to have a code repository even if your are the only coder. I've been using Project Locker for my own projects. It gives you free svn and git repos.

提交回复
热议问题