Background:
Some people are having this issue where their UI tests fail when their emulators aren't using ABI x86_64. Correct me if I'm wrong, but this seems to be a problem when running automated tests via Firebase Test Lab (via gcloud firebase test android run
), because their emulators do not seem to be using ABI x86_64.
When using gcloud firebase test android run
, is it possible to set the ABI of the emulator being used?