Did anybody manage to connect Processing to the android emulator Genymotion?
I installed Genymotion, I defined an emulator configuration, connected it to ADB.
In the command line I ran adb devices, it is alive and kicking
List of devices attached
192.168.56.101:5555 device
Under Processing/preferences.txt I changed the port number to 5555
android.emulator.port=5555
The result :
Emulator process exited with status 1.
EmulatorController: Emulator never booted. NOT_RUNNING
Error while starting the emulator. (NOT_RUNNING)
Shutting down any existing adb server...