Using apktool to decompile apk file

后端 未结 6 625
一生所求
一生所求 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:06

    I have followed https://ibotpeaches.github.io/Apktool/install/ link for windows and renamed jar file as "apktool.jar" with extra jar extension (ie.apktool.jar.jar) so I was getting "Error: Unable to access jarfile C:\APKtool\apktool.jar".

    After renaming properly (removing extra .jar extension) , I am able to use "apktool.jar" properly.

    I know it is silly mistake, but some time it happens :)

提交回复
热议问题