Skip to content

Insight-deviler/jar2dex-and-dex-merger

Repository files navigation

Android CI

Jar2Dex and Dex merger

Jar2Dex is an android application for

1. Merging dex files.    
2. Convert .jar and .classes file to dex.   
3. Convert a folder containing .jar or .classes to dex.

Information

The app needs android 8+ devices for converting jar to dex due to the limitations of D8 library

For merging dex files there is no such limitations(but can't compile java 8 codes) and may work in all android versions

The app can create a folder of its own and copy the rt.jar file to it but not android.jar file

(or)

Create a folder named Jar2Dex in the storage and add the following to it manually:

Core lambda library (Rt.jar)

rt.jar is present within the app's assets folder

Android.jar

Get it from android studio or from this page itself.

Usage:

1. Set the Min-API depending on the library you use, the default one is 19.
2. The output location is same as the input location.
3. Wait for few minutes, until the dialog closes.

Credits:

Argument class is provided by tranleduy2000from Java N IDE.

About

Merge dex, convert jar or classes to dex, convert folder containing jar or classes to dex in Android

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages