question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Android GoogleAPI Emulator?

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
Gut6commented, Apr 27, 2017

With this config it finished with success (with some issues but finally it did it):

"SL_Android_4": {
	"base": "SauceLabs",
	"browserName": "Chrome",
	"appiumVersion": "1.6.3",
	"platformVersion": "7.0",
	"platformName": "Android",
	"deviceName": "Android GoogleAPI Emulator"
}

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 timeout Chrome on SauceLabs have not captured in 60000 ms, killing, on second it finally passed.

0reactions
wswebcreationcommented, Oct 30, 2020

Closing this because the docs have been updated

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found