Could not create Android emulator: Failed to parse AVD config file

前端 未结 2 785
闹比i
闹比i 2021-01-06 00:16

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         


        
2条回答
  •  自闭症患者
    2021-01-06 00:46

    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).

    And it worked, also Google Maps is supported.

提交回复
热议问题