Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
284 views

Android instrumented tests BouncyCastle exception

Some time ago, my instrumented tests stopped working. I get an exception trying to sign the test apk from BouncyCastle. I did a git bisect to find the commit where the tests stopped working. I ...
johngray1965's user avatar
0 votes
1 answer
879 views

Android Studio can not find instrumented tests

I have an app with two flavour versions (pro and light) and I want to run instrumented tests. So I add two extra directories androidTestLight and androidTestPro (have three test folders androidTest, ...
Mr T's user avatar
  • 53
1 vote
1 answer
1k views

Android how to get XML output of Instrumented Tests

For the CI testing of my Android App I wrote some unit tests and let them run via gradle from the terminal. They all produce the typical junit XML output files in the build/test-results folder like ...
Tobias Reich's user avatar
  • 5,150
0 votes
0 answers
130 views

While running Instrumentation Test on 2 Emulators - connectedProStagingDebugAndroidTest Failed - INSTALL_FAILED_INVALID_APK -/base.apk code is missing

I tried to run Instrumentation test on 2 Emulators, using 2 different test suites with below shell script on CI machine which is using Jenkins to run the job. startTest(){ ./gradlew ...
Ronil Raut's user avatar