diff --git a/ui/espresso/BasicSampleBundled/.gitignore b/ui/espresso/BasicSampleBundled/.gitignore deleted file mode 100644 index 4a23383d6..000000000 --- a/ui/espresso/BasicSampleBundled/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -bin -gen -.settings -project.properties diff --git a/ui/espresso/BasicSampleBundled/AndroidManifest.xml b/ui/espresso/BasicSampleBundled/AndroidManifest.xml deleted file mode 100644 index 6d45868e7..000000000 --- a/ui/espresso/BasicSampleBundled/AndroidManifest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ui/espresso/BasicSampleBundled/README.md b/ui/espresso/BasicSampleBundled/README.md deleted file mode 100644 index 4f662fe19..000000000 --- a/ui/espresso/BasicSampleBundled/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Basic sample for Espresso using static JAR files - -*If you are using Espresso with Eclipse, try this sample first.* - -This project uses Eclipse and ADT to build and run the tests. - -1. Download the project code, preferably using `git clone`. -1. Check out the static JAR files required to run the Espresso tests in the libs/ folder of the project -1. Run the ./remove_license.sh script to remove duplicated LICENSE.txt files. This step is required because some of the test dependencies contain LICENSE.txt files which result in this build error: -"Error generating final archive: Found duplicate file for APK: LICENSE.txt". -The problem is that the same LICENSE.TXT file is found multiple times and AAPT does not know how to resolve this conflict. -1. Check out the relevant code: - * The application under test is located in `src/` - * Tests are in `tests/` -1. Create the test configuration with a custom runner: `androidx.test.runner.AndroidJUnitRunner` - * Open *Run* menu | *Run Configurations* - * Click on Android JUnit Test - * Add a new configuration by pressing the "new launch configuration" button - * Select your project by clicking the "Browse" button - * Add a *Specific instrumentation runner*: `androidx.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") -1. Run the newly created configuration - -The application will be started on the device/emulator and a series of actions will be performed automatically. diff --git a/ui/espresso/BasicSampleBundled/ic_launcher-web.png b/ui/espresso/BasicSampleBundled/ic_launcher-web.png deleted file mode 100644 index 745d2e70b..000000000 Binary files a/ui/espresso/BasicSampleBundled/ic_launcher-web.png and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/android-support-v4.jar b/ui/espresso/BasicSampleBundled/libs/android-support-v4.jar deleted file mode 100644 index bd450c734..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/android-support-v4.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/espresso-contrib-2.2-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/espresso-contrib-2.2-release-no-dep.jar deleted file mode 100644 index a2089873c..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/espresso-contrib-2.2-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/espresso-core-2.2-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/espresso-core-2.2-release-no-dep.jar deleted file mode 100644 index 147d0e0d7..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/espresso-core-2.2-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/espresso-idling-resource-2.2-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/espresso-idling-resource-2.2-release-no-dep.jar deleted file mode 100644 index 70b28cc2f..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/espresso-idling-resource-2.2-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/espresso-intents-2.2-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/espresso-intents-2.2-release-no-dep.jar deleted file mode 100644 index c68c2671d..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/espresso-intents-2.2-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/espresso-web-2.2-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/espresso-web-2.2-release-no-dep.jar deleted file mode 100644 index f6f47bca2..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/espresso-web-2.2-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/exposed-instrumentation-api-publish-0.3-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/exposed-instrumentation-api-publish-0.3-release-no-dep.jar deleted file mode 100644 index e6a6cf96a..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/exposed-instrumentation-api-publish-0.3-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/guava-18.0.jar b/ui/espresso/BasicSampleBundled/libs/guava-18.0.jar deleted file mode 100644 index 8f89e4901..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/guava-18.0.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/hamcrest-core-1.3.jar b/ui/espresso/BasicSampleBundled/libs/hamcrest-core-1.3.jar deleted file mode 100644 index 51f4b24ce..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/hamcrest-core-1.3.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/hamcrest-integration-1.3.jar b/ui/espresso/BasicSampleBundled/libs/hamcrest-integration-1.3.jar deleted file mode 100644 index 6e2f02e41..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/hamcrest-integration-1.3.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/hamcrest-library-1.3.jar b/ui/espresso/BasicSampleBundled/libs/hamcrest-library-1.3.jar deleted file mode 100644 index 197ecb331..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/hamcrest-library-1.3.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/javawriter-2.1.1.jar b/ui/espresso/BasicSampleBundled/libs/javawriter-2.1.1.jar deleted file mode 100644 index 62ad1d805..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/javawriter-2.1.1.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/javax.annotation-api-1.2.jar b/ui/espresso/BasicSampleBundled/libs/javax.annotation-api-1.2.jar deleted file mode 100644 index 9ab39ffa4..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/javax.annotation-api-1.2.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/javax.inject-1.jar b/ui/espresso/BasicSampleBundled/libs/javax.inject-1.jar deleted file mode 100644 index b2a9d0bf7..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/javax.inject-1.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/jsr305-2.0.1.jar b/ui/espresso/BasicSampleBundled/libs/jsr305-2.0.1.jar deleted file mode 100644 index 43807b02f..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/jsr305-2.0.1.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/junit-4.12.jar b/ui/espresso/BasicSampleBundled/libs/junit-4.12.jar deleted file mode 100644 index 3a7fc266c..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/junit-4.12.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/rules-0.3-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/rules-0.3-release-no-dep.jar deleted file mode 100644 index 8d92090ac..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/rules-0.3-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/runner-0.3-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/runner-0.3-release-no-dep.jar deleted file mode 100644 index 1083473ec..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/runner-0.3-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/libs/uiautomator-v18-2.1.1-release-no-dep.jar b/ui/espresso/BasicSampleBundled/libs/uiautomator-v18-2.1.1-release-no-dep.jar deleted file mode 100644 index 87a7076f7..000000000 Binary files a/ui/espresso/BasicSampleBundled/libs/uiautomator-v18-2.1.1-release-no-dep.jar and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/proguard-project.txt b/ui/espresso/BasicSampleBundled/proguard-project.txt deleted file mode 100644 index f2fe1559a..000000000 --- a/ui/espresso/BasicSampleBundled/proguard-project.txt +++ /dev/null @@ -1,20 +0,0 @@ -# To enable ProGuard in your project, edit project.properties -# to define the proguard.config property as described in that file. -# -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in ${sdk.dir}/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/ui/espresso/BasicSampleBundled/remove_license.sh b/ui/espresso/BasicSampleBundled/remove_license.sh deleted file mode 100755 index ed9f43003..000000000 --- a/ui/espresso/BasicSampleBundled/remove_license.sh +++ /dev/null @@ -1,4 +0,0 @@ -zip -d libs/hamcrest-core-1.3.jar LICENSE.txt -zip -d libs/hamcrest-library-1.3.jar LICENSE.txt -zip -d libs/hamcrest-integration-1.3.jar LICENSE.txt - diff --git a/ui/espresso/BasicSampleBundled/res/drawable-hdpi/ic_launcher.png b/ui/espresso/BasicSampleBundled/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 5a06f0fda..000000000 Binary files a/ui/espresso/BasicSampleBundled/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/res/drawable-mdpi/ic_launcher.png b/ui/espresso/BasicSampleBundled/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 1758c24c1..000000000 Binary files a/ui/espresso/BasicSampleBundled/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/res/drawable-xhdpi/ic_launcher.png b/ui/espresso/BasicSampleBundled/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index fc92a5613..000000000 Binary files a/ui/espresso/BasicSampleBundled/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/res/drawable-xxhdpi/ic_launcher.png b/ui/espresso/BasicSampleBundled/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 9837c49b8..000000000 Binary files a/ui/espresso/BasicSampleBundled/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/ui/espresso/BasicSampleBundled/res/layout/activity_main.xml b/ui/espresso/BasicSampleBundled/res/layout/activity_main.xml deleted file mode 100644 index 8c1b00559..000000000 --- a/ui/espresso/BasicSampleBundled/res/layout/activity_main.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - -