I trying to get the Androind stuff up and running, and having some problems.
I'm working on Windows7 64 with Processing 2.0a4
I followed the instructions on wiki and installed the latest SDK revision 15 with the specified archives (2.2 platform, Google API 8 and the Google USB driver).
when I'm trying to run any example from processing it brings up the emulator but doesn't run the program.
in the Processing window i get on the status bar:
"Lost connection with device while launching, try again."
and an error:
EmulatorController: Emulator never booted. NOT_RUNNING
Ouch. Emulator got killed, I think.
Shutting down any existing adb server...
emulator: emulator window was out of view and was recentered
I tried to run the emulator first from the AVD manager and then to run the Example and got the same result.
when trying to run on my device it gets stuck on: "waiting for device to become available.." and after few minutes it gives me the same notification on the status bar:
"Lost connection with device while launching, try again."
I am new to things things and don't know what to try and do next.
Any ideas what might be the problem, and how to fix it?