This repository was archived by the owner on Dec 7, 2019. It is now read-only.
Add windows compatibility#45
Open
jakob-grabner wants to merge 10 commits into
Open
Conversation
| } | ||
| val emulator = when (os()) { | ||
| Os.Linux, Os.Mac -> "$androidHome/emulator/emulator" | ||
| Os.Windows -> "$androidHome/emulator/emulator.exe" |
Contributor
There was a problem hiding this comment.
.exe! RUN DON'T LOOK BACK
artem-zinnatullin
approved these changes
Aug 5, 2018
| .doOnNext { log("Ports for emulator ${args.emulatorName}: ${it.first}, ${it.second}.") } | ||
| .flatMap { ports -> | ||
| startEmulatorProcess( | ||
| // Unix only, PR welcome. |
Contributor
There was a problem hiding this comment.
I knew someone will delete this line haha
| private fun connectedEmulators(): Single<Set<AdbDevice>> = | ||
| connectedAdbDevices().take(1).toSingle().map { it.filter { it.isEmulator }.toSet() } | ||
|
|
||
| private fun os(): Os { |
Contributor
There was a problem hiding this comment.
Contributor
|
@yunikkk can you PTAL? |
Contributor
|
@jakob-grabner |
Update commander to 0.1.8 -> 0.1.10 Update jCommander to 1.71 -> 1.72 Update kotlin to 1.2.41 -> 1.2.61
Author
|
@yunikkk thanks for exposing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make swarmer work on windows.
Fixes #37