Menu

BuildFromSource

Anonymous Bob Pan

Environment Required

  1. Maven or Gradle
  2. Mercurial or Git
  3. JDK7+

Progress

  1. get source

    • by Mercurial

      hg clone -b 2.x http://hg.code.sf.net/p/dex2jar/code dex2jar-2.x
      
    • by Git

      git clone -b 2.x https://github.com/pxb1988/dex2jar.git dex2jar-2.x
      
  2. build the project

    • by Maven

      cd dex2jar-2.x
      mvn clean package
      # if build successfull, the zip file is under dex-tools/target/
      
    • by Gradle

      cd dex2jar-2.x
      gradle clean distZip
      # if build successfull, the zip file is under dex-tools/build/distributions/
      

Other code mirrors

  1. Github https://github.com/pxb1988/dex2jar
  2. Bitbucket https://bitbucket.org/pxb1988/dex2jar
  3. SourceForge https://hg.code.sf.net/p/dex2jar/code
  4. Google Code https://code.google.com/p/dex2jar/ outdated

Related

Wiki: Faq

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.