From a18efc685f7d3a5c873fd8330150e90094db0d8c Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Fri, 15 Aug 2014 14:31:52 -0700 Subject: [PATCH] add note about 'verify apps' on android real devices --- docs/en/appium-setup/real-devices.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/appium-setup/real-devices.md b/docs/en/appium-setup/real-devices.md index 06ada8a00..1c7111437 100644 --- a/docs/en/appium-setup/real-devices.md +++ b/docs/en/appium-setup/real-devices.md @@ -68,3 +68,7 @@ works exactly the same as testing on emulators. Make sure that your device can connect to ADB and has Developer Mode enabled. For testing Chrome on a real device, you're responsible for ensuring that Chrome of an appropriate version is installed. + +Also, you'll want to make sure that "Verify Apps" in settings is +disabled/unchecked, otherwise it can prevent some of Appium's helper apps from +launching and doing their job correctly.