Skip to content

rameshkec85/AndroidDecompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidDecompiler

#How to Run this ?

Copy apk file into this directory ,let's say testapp.apk in the sample.

Right Click on the project:

    AndroidDecompiler ---> 

               Run As --> 
       
                     Run Configurations 
                         ---> 
                         
                            Java Application
                               --> 
                               
                                 Main 
                                 
                                   ---> Project --> AndroidDecompiler
                                   ---> Main Class --> com.googlecode.dex2jar.v3.Main
                                   
                                  Arguments 
                                   ---> ProgramArguments --> testapp.apk (name of apk file)
                                   
                                   Run :)

Output of this build is "testapp_dex2jar.jar"

#Convert jar to Java classes

Again we can convert jar into java classes with the following link:

http://jd.benow.ca/

#More links http://decompileandroid.com/

About

Android Apk Decompile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •