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.
- 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