I\'m trying to test using the following directory structure (which was setup by Android Studio):
You need to define that in build.gradle file:
android { sourceSets { androidTest.manifest.srcFile "src/androidTest/AndroidManifest.xml" } }