MuntashirAkon / zipalign-android

zipalign library for Android projects. Use ARSCLib instead: https://github.com/REAndroid/ARSCLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZipAlign for Android

Android port of zipalign tool.

Quick start

ZipAlign for Android is available via JitPack.

// Top level build file
repositories {
    maven { url "https://jitpack.io" }
}

// Add to dependencies section
dependencies {
    implementation 'com.github.MuntashirAkon:zipalign-android:1.0'
}

After importing the library, use the ZipAlign class to align or verify alignment of a ZIP or APK file.

This library is a native library, so make sure to define architectures/instruction sets based on your need.

Credits

ZipAlign for Android is based on android-lib-zipalign by @animehunter.

About

zipalign library for Android projects. Use ARSCLib instead: https://github.com/REAndroid/ARSCLib

License:Apache License 2.0


Languages

Language:C++ 73.3%Language:C 25.5%Language:Java 1.0%Language:CMake 0.2%