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

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

    The simplest way is using Apk OneClick Decompiler. That is a tool package to decompile & disassemble APKs (android packages).

    FEATURES

    • All features are integrated into the right-click menu of Windows.
    • Decompile APK classes to Java source codes.
    • Disassemble APK to smali code and decode its resources.
    • Install APK to phone by right-click.
    • Recompile APK after editing smali code and/or resources. During recompile:
    • Optimize png images
    • Sign apks
    • Zipalign

    REQUIREMENTS

    Java Runtime Environment (JRE) must be installed.

    You can download it from this link Apk OneClick Decompiler

    Enjoy that.

提交回复
热议问题