Siim Kinks
Siim Kinks
Yes, this is a to-do
> How did you check that? I would suggest adb -s deviceId shell and adb devices I ran `adb devices` - started emulator was in "device" state. Then checked what...
I think you're misunderstanding the problem here. My initial issue was created for the problem that swarmer does not detect wether the emulator was started or not and ultimately ends...
Can there be some error in my config.ini file? ``` avd.ini.encoding=UTF-8 AvdId=ANDROID_25_x86 PlayStore.enabled=false abi.type=x86 avd.ini.displayname=ANDROID_25_x86 disk.dataPartition.size=800M hw.accelerometer=yes hw.audioInput=yes hw.battery=yes hw.camera.back=emulated hw.camera.front=emulated hw.cpu.arch=x86 hw.cpu.ncore=4 hw.dPad=no hw.device.hash2=MD5:bfb86a1a4ed5eee97e5502f607348e06 hw.device.manufacturer=Google hw.device.name=pixel hw.gps=yes hw.gpu.enabled=yes hw.gpu.mode=auto...