Juan Pablo Villegas

Results 2 comments of Juan Pablo Villegas

Got the same error. Adding in `app`'s `build.gradle` the following worked for me: ``` testCompile 'com.android.support.test:rules:1.0.1' testCompile 'com.android.support.test:runner:1.0.1' ``` but still, I'm not able to run the test. Even though...

@femosso Late response, but in case you need it. I made a workaround, but **this is not the best solution**. Also, **it is not _dynamic_ in the sense of adding...