swarmer icon indicating copy to clipboard operation
swarmer copied to clipboard

Reactive tool to create and start multiple Android Emulators in parallel.

Results 12 swarmer issues
Sort by recently updated
recently updated
newest added

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

bug

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

needs-info