I am trying to do some Android Automation using Python/Appium on GitLab. I have found the way to create and launch the Android Emulator using the command line options. But when the emulator opens, it requires the Google Account Setup in order to use Play Store/Gmail etc.
Creating a script through Appium is possible but would be little bit tedious work. Is there any simpler way using some command line configuration during the initial setup to automatically setup the Google Account
avdmanager create avd --force --name "MyEmulator" --package "system-images;android-31;google_apis_playstore;x86_64" --device "pixel"