I’ve 2 apps, Android and iOS, and I have a problem with the step “iOS Device Testing” & “Android Virtual Device Testing” these 2 step don’t run with the error 403 “Unauthorized request”
The iOS build was working the morning so i don’t know where is the problem
hy @dicksson.oliveira
the problem here is that the two apks are not the same type,
you should either run :bitrise:assembleDebug :bitrise:assembleDebugAndroidTest or :android-sdk:android-sdk-common:assembleDebug :android-sdk:android-sdk-common:assembleDebugAndroidTest
in the gradle runner step
I’m absolutely sure, that if the 2 apks are of not the same variant, the step will not work
so the issue you have now is something different, could you please send me your latest build’s url please?
I created a dummy APK (bitrise in this case) and used the :android-sdk:android-sdk-common test APK as inputs to the Virtual Device Test step. I generated the APKs by running bitrise:assembleDebug and :android-sdk:android-sdk-common:assembleDebugAndroidTest tasks, respectively, during the Gradle Runner step. Both have the same debug variant.
It seems to be working - the test results for :android-sdk:android-sdk-common are being displayed as expected. Here’s a link to the latest build: https://app.bitrise.io/build/94c16479d03934bc