Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 868 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 868 Bytes

This README file explains how build and import this project in Eclipse.

This project is a "fork" from the original Dex2Jar (https://github.com/pxb1988/dex2jar).

It has been modified by Flavio Toffalin and it has been simply moved from https://bitbucket.org/tregua87/dex2jar to the current repository in github.

In particular, this project is aimed as a prototype only for experiment, not more.

How build and import it:

  • Make a clone of the project:
  • Build the project typing in order the following commands. Open terminal and once in the clones folder:
    • $ gradlew build
    • $ gradlew eclipse
  • Import the project in Eclipse:
    • Open eclipse, File -> import -> Existing project into Workspace.
    • Select Dex2Jar folder on your PC (where you run git clone and build), so import all projects inside.

Done