Dan Siwiec

Results 10 comments of Dan Siwiec

I gave this a try tonight and am running into the same issue. I have even tried starting the simulator manually and once it's running, only then running `monkeydo`. I...

Thanks for submitting this issue. I will take a look at it

@srwalter I have a difficulty confirming this issue. After running `make run` I get this output, without the duplication you see: ![image](https://user-images.githubusercontent.com/1505227/62494650-d8aa8580-b788-11e9-902c-040aae1dd773.png)

What is the command you run?

You shouldn't need to start the simulator. Can you try again without the simulator being open? If you do want to run your application in the simulator, do `make run`...

I just updated my version of the SDK to match yours, but still can't replicate the problem. What Java version are you using? Also - can you verify that the...

@srwalter this is actually expected - the terminal process will block until you close the simulator. To recap - you don't need to start the simulator manually. When you run...

@andrezunido thanks for bringing this up. I'll take a look at this when I get a chance. I do my (poor) best to actively maintain this project and am always...