Use Android GoogleAPI Emulator?
See original GitHub issueI’m trying to run my tests on the new Android GoogleAPI Emulator (Chrome on Android 7), but I get this error:
Google API devices are only supported for Se3 specifications: Android GoogleAPI Emulator
This is my browser configuration:
SLChromeMobile: {
base: 'SauceLabs',
browserName: 'Chrome',
version: '7.0',
platform: 'Android',
device: 'Android GoogleAPI Emulator',
},
How can I fix it?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Run apps on the Android Emulator
The Android Emulator simulates Android devices on your computer so that you can test your app on a variety of devices and Android...
Read more >Set up Google Play services
The Android emulator with an AVD that runs the Google APIs platform based on Android 4.4 (API level 19) or higher. Declare dependencies...
Read more >Android: Is it possible to use Google Maps API on emulator?
The emulator I use without a problem is a Pixel XL. Try that emulator or at least make sure the new emulator shows...
Read more >Emulators (Android devices) - Perfecto Help
To run the test on a virtual device, add the capability useVirtualDevice and set it to true . · If you want to...
Read more >Android emulator does not receive the push token
The emulator must enable the Google API for Google Play services. To resolve this issue, the mobile developer must create an emulator that ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With this config it finished with success (with some issues but finally it did it):
Please note that I have
appiumVersion
in my config. Code pasted by You doesn’t have it so maybe You forgot it? On first try I’ve had timeoutChrome on SauceLabs have not captured in 60000 ms, killing
, on second it finally passed.Closing this because the docs have been updated