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

前端 未结 27 1886
难免孤独
难免孤独 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:43

    apktool is THE way to go. Online apktool service exists as well: http://www.javadecompilers.com/apktool

    Some limitations, obviously, exist due to the service ‘online nature’: you may extract and research assets and the manifest file, but it is impossible to recompile the application at the moment.

    Still, this is a no-hassle way to 'open' the android application.

提交回复
热议问题