pub fn install_apk(sdk: &AndroidSdk, apk_path: &Path) -> Result<()>
Expand description

Installs given APK in emulator or connected device. Runs adb install -r ... command