I am experimenting flavors on an application in androidstudio. I have to write different test classes for the flavors, as I have different class files for the flavors. But I won
This is really what did it for me: How to specify unit test folder in two-dimension flavor
dependencies { androidTestFlavor1Compile "..." //In your case androidTestStbAppleCompile }