[][src]Function creator_tools::commands::android::sign_apk

pub fn sign_apk(sdk: &AndroidSdk, apk_path: &Path, key: Key) -> Result<()>

Signs APK with given key. Uses apksigner build tool.