swarmer
swarmer copied to clipboard
Reactive tool to create and start multiple Android Emulators in parallel.
I download latest swarmwr wrom https://jcenter.bintray.com/com/gojuno/swarmer/swarmer/0.2.2/:swarmer-0.2.2.jar and try tu run with command `java -jar swarmer.jar start` as a result I have an error: ``` Exception in thread "main" java.lang.IllegalStateException: Unsupported...
When starting emulator with options `-no-audio -no-window -gpu off` TimeoutException will happen while waiting for boot process to finish. Emulator is started in the background, but since `init.svc.bootanim` property is...