Function crossbundle_tools::commands::android::align_apk [−][src]
pub fn align_apk(
sdk: &AndroidSdk,
unaligned_apk_path: &Path,
package: &str,
build_dir: &Path
) -> Result<PathBuf>Expand description
Aligns APK on 4-byte memory boundary.
Uses zipalign build tools
