DOC

org.luckypray : DexKit

Maven & Gradle

May 21, 2023
468 stars

DexKit · A high-performance runtime parsing library for dex implemented in C++.

Table Of Contents

Latest Version

Download org.luckypray : DexKit Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file DexKit-1.1.8-javadoc.jar to DexKit-1.1.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder DexKit-1.1.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "DexKit-1.1.8-sources.jar" -d "DexKit-1.1.8-javadoc" -subpackages 

Advertisement