Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 825 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 825 Bytes

Android tools built for Android devices

Android Build Tools collection that can be used on an Android Devices, Will be used for the OpenBlocks project.

This repository contains:

  • AAPT (Android Asset Packaging Tool)
  • ZipAlign (Zip Aligner)
  • Eclipse ECJ (Java Compiler)
  • ApkSigner (ApkSigner)
  • D8 (Java 8 Dexer)
  • DX (Java 7 Dexer)
  • R8 (Obfuscation, Code & Resources Shrinking)

Thanks to Termux for providing a big portion of these tools! You can check the tools used by us at the Termux's repository.

Note: You may need to manually edit AAPT'S and ZipAligner's executable to match the path of where the shared objects are stored.