Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
es...@google.com <es...@google.com>
hu...@google.com <hu...@google.com> #3
The latest version of Android Studio supports adding an extra instrument parameters by editing Run Configuration (although it's not a freeform text box).
Description
AI-171.3829324, JRE 1.8.0_112-release-b736x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.11.6 unknown, screens 2560x1440, 1440x900; Retina
When you run a Instrumentation test using `adb am instrument` on the CLI you can pass additional parameters: e.g. `-e listener com.foo.YourListener`
More details here:
In an Instrumentation test run config inside AS, it would be nice to have a freeform field for passing additional params to `am instrument`