Skip to content

Micoder-dev/jadx-android-api21

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jadx-android-api21

Dex to Java decompiler, based on https://github.com/skylot/jadx but available for android platform from api21

Warning

  • Please note that in most cases jadx-android can't decompile all 100% of the code, so errors will occur.
  • This a small effort to make the jadx library available for android system from API 21 .
  • Use Official jadx if you want to get error less output.

What's new

  • Added custom Consumer classes
  • Java8 lambda expressions are now replaced with Traditional method
  • java.nio.files classes are replaced with java.io.File
  • Removed stream APIs
  • Many more you can check

Download sample app

This project already used in My Project Modder Hub

About

Dex to Java decompiler, based on https://github.com/skylot/jadx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%