Issue
Running either a single/multiple android emulator's on azure pipeline has not been a smooth journey. When running an emulator the application to test runs very slowly causing the test framework to timeout.
After checking the emulator log I have found that the emulator runs on a single logical core on the Azure macOS VM.
Could anyone please suggest a solution to solve this ?
If it's unsolvable, Is there any other way to run a emulator on Azure VM ?
Solution
This was not possible. The only way this could be achieved was to create a self-hosted machine managed via the Azure pipeline. The added advantage to this was I could also connect real devices.
Answered By - CVA
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.