windows 8.1 32bit, slow "run on device", processing 2.03 stable

edited February 2014 in Android Mode

Greetings,

Running Processing 2.03 on Windows 8.1 32bit. When I have a sketch I want to run on my phone, here's what happens:

  1. I see about 7 command prompt windows that show, display some data and dissapear before I can see what they say (some of them are with adb.exe).
  2. it takes more than 1 minute, sometimes even 1.5 minutes for the application to show on the phone (sometimes, output from println is shown in adb window too).

The same sketch, I am running on my main computer and not only it doesn't show any command prompt windows, but it must take about 10 seconds for the application to show on the phone.

How can I fix this?

Answers

  • Answer ✓

    fixed issue by disabling avast. Deep screen decides to show you what background processes are doing in command prompt, so it launches the cmd window for each background acction. Even if you run an adb command, avast launches a second window showing adb progress. Madness

Sign In or Register to comment.