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

倖福魔咒の 提交于 2019-11-30 22:37:30
Gert

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.

I had faced the similar problem in Mac book pro 13", macOS Sierra; version 10.12.3. I deleted the system environment variables for location to android sdk & gradle previously which I added. When I built it with system environment variables; Jenkins downloaded the sdk & it run without failure.

You can also refer to the book Expert Android Studio by Murat Yener, Onur Dundar chapter 10 : Continuous integration; where they showed how to build on Jenkins.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!