I noted when trying to run our android emulator tests in circeci , i was encountering issues with sdkmanager command tools not found. It appears that this does not come pre-installed with the latest ARM linux machine images for android. In the previous x86 architecture this was fine. Can this be made possible for ARM based architecture
This will help us to run arm architecture based emulators we use on our m1 machines to be run in circleci machine images, when testing our android apps