Using apktool to decompile apk file

后端 未结 6 627
一生所求
一生所求 2021-02-02 00:02

I tried extracting apk file using apktool. I followed steps mentioned below. Is there a way to get the source code from an APK file?

but i am not able to get it complete

6条回答
  •  花落未央
    2021-02-02 00:30

    ApkTool + Dex2Jar + any java decompiler? Comon! This is old style :0)

    Try NEW open-source APK and DEX decompiler called Jadx: https://sourceforge.net/projects/jadx/files/

    It has also online version here: http://www.javadecompilers.com/apk/

提交回复
热议问题