logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install pxb1988/dex2jar. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

pxb1988/dex2jar Installation Guide

How to install pxb1988/dex2jar. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for pxb1988/dex2jar. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i pxb1988/dex2jar
or

Install via npx

npx @hexmos/ipm i pxb1988/dex2jar

Prerequisites

Java

language

Version: 1.8 or later (for dex-reader/writer and d2j-dex2jar) - check for compatibility with your specific version of Java.

Gradle

build_tool

Version: 6.0 or later

Git

system_package

Version: 2.35 or later

Android Studio

system_tool

Version: 4.0 or later

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Unpack and Run

cd dex-tools/build/distributions

unzip dex-tools-2.1-SNAPSHOT.zip

sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk

Build Distribution

gradlew distZip

Post Installation Steps

  • Run the following command to start the server: `./gradlew distZip`
  • After the build is complete, you can find the jar file in the `dist/distributions` directory. Unzip it and run `d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk`