#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:
#More links http://decompileandroid.com/