Headless Linux 64-bit. Jenkins is trying to create android emulator but fails with these settings:
[android] Using Android SDK: /opt/android-sdk-linux [andro
I found temporary workaround for that:
Create that same device locally (I did it on my personal laptop, a MAC) with Android AVD manager. Then copy this newly created device to Linux server /var/lib/jenkins/.android/avd/ folder (.ini and .avd folder).
/var/lib/jenkins/.android/avd/
.ini
.avd
And it worked, also Google Maps is supported.