pub fn align_apk(
    sdk: &AndroidSdk,
    unaligned_apk_path: &Path,
    package_name: &str,
    build_dir: &Path
) -> Result<PathBuf>
Expand description

Aligns APK on 4-byte memory boundary. Uses zipalign build tools