From 15df3a43d72ef5e8c9d64be172ed40daa345cb43 Mon Sep 17 00:00:00 2001 From: Georgie Casey Date: Mon, 1 Jan 2018 06:58:58 +0000 Subject: [PATCH] removed 'Specific instrumentation runner' removed 'Specific instrumentation runner' line as it's not in new versions of android studio and is just specified in build.gradle, so user doesn't need to do anything --- ui/espresso/BasicSample/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/espresso/BasicSample/README.md b/ui/espresso/BasicSample/README.md index 5b739df2e..1c1bc9eaa 100644 --- a/ui/espresso/BasicSample/README.md +++ b/ui/espresso/BasicSample/README.md @@ -14,7 +14,6 @@ This project uses the Gradle build system. You don't need an IDE to build and ex * Open *Run* menu | *Edit Configurations* * Add a new *Android Tests* configuration * Choose a module - * Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner` 1. Connect a device or start an emulator * Turn animations off. (On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")