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

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

    Below ONLINE tool:

    http://www.javadecompilers.com/apk

    it do ALL by one click: decompiled .java files + resources + xml (in one .zip file) with very good decompiler (jadx return java code in places/functions where other compiles return comments inside function like "unable to decompile" or some android assembler/machine code)

提交回复
热议问题