pub fn gen_unaligned_apk(
    sdk: &AndroidSdk,
    project_path: &Path,
    build_dir: &Path,
    manifest_path: &Path,
    assets: &Option<PathBuf>,
    res: &Option<PathBuf>,
    package_name: &str,
    target_sdk_version: u32
) -> Result<PathBuf>
Expand description

Generates unaligned APK with given manifest_path, assets and res. Uses aapt build tool