Processing can't connect to Android emulator
in
Android Processing
•
1 years ago
Hi guys,
I'm running:
Windows 7 64-bit
JDK 7 (64-bit version)
Processing 2.0a3
Android SDK w/ 2.2 (API 8) installed
and when I try to launch my Android app from Processing in an emulator, I get this error:
...
C:\Users\Me\AppData\Local\Temp\android2850057352340679687.pde\bin\build.prop
[propertyfile] Updating property file: C:\Users\Me\AppData\Local\Temp\android2850057352340679687.pde\bin\build.prop
[propertyfile] Updating property file: C:\Users\Me\AppData\Local\Temp\android2850057352340679687.pde\bin\build.prop
[propertyfile] Updating property file: C:\Users\Me\AppData\Local\Temp\android2850057352340679687.pde\bin\build.prop
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
But, the emulator is there on the screen! There just seems to be some sort of communication problem. I looked around on the forums and tried a few things: installing the 64-bit version of the JDK and renaming my "java" folder inside the processing directory, adding Java and the Android SDK tools to PATH... Not sure what to do next. Any ideas?
Thanks very much,
Brian
3