I have integrated Appium with SauceLab. I am able to run the app on Android Emulator using SauceLab. I am stuck at this dialog "GET GOOGLE PLAY SERVICES", as my app requires Play Services. I am aware Android Emulator does not come with Google Play services. Is there any solution or can I use other emulators which have play services pre-installed?
My appium.txt looks like this
[caps]
appium-version = "1.1.0"
platformName = "Android"
platformVersion = "4.4"
deviceName = "Android Emulator"
app = "/Users/jitendra/Desktop/Appium/TSU/tsu_v1.0.2_integration.apk"
appWaitActivity = "com.evac.tsu.activities.start.LoginActivity"
name = "TSU Android Automate Testing"
[appium_lib]
debug = true
wait = 120
export_session = true