# droiddriver_examples **Repository Path**: mirrors_appium/droiddriver_examples ## Basic Information - **Project Name**: droiddriver_examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # droiddriver_examples [![Build Status](https://team-appium.ci.cloudbees.com/buildStatus/icon?job=DroidDriver_Examples_OPE)](https://team-appium.ci.cloudbees.com/view/DroidDriver/job/DroidDriver_Examples_OPE/) - The samples work with [Android Studio](docs/android_studio.md) - [JavaDoc for droiddriver](http://appium.github.io/droiddriver/javadoc/) #### Running tests from the command line - Tests can be run from the command line using `./gradlew connectedCheck` - To rebuild the app before testing use clean and assemble `./gradlew clean assemble connectedCheck`