Android: de compile an android apk file


extract apk file as zip or rar file
convert the dex file to jar using dex2jar tool
then open the jar file with jd_gui tool.

Comments

  1. using apktool, following command will give the resources as well.
    apktool.bat d *.apk

    ReplyDelete

Post a Comment

Popular posts from this blog

Working with Android Hierarchy Viewer

Android: Standalone login with SQLiteOpenHelper