We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba68532 commit 62ae3d1Copy full SHA for 62ae3d1
unittesting/BasicSample/README.md
@@ -17,6 +17,7 @@ For more information see http://tools.android.com/tech-docs/unit-testing-support
17
18
1. Download the project code, preferably using `git clone`.
19
1. In Android Studio, select *File* | *Open...* and point to the `./build.gradle` file.
20
+1. Make sure you select "Unit Tests" as the test artifact in the "Build Variants" panel in Android Studio.
21
1. Check out the relevant code:
22
* The application code is located in `src/main/java`
23
* Unit Tests are in `src/test/java`
0 commit comments