Function crossbundle_tools::commands::android::install_apk [−][src]
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
