error:
package processing.net does not exist
caused by:
import processing.net.*;
description:
I got this error by opening Processing in Standard mode, then opening the Standard Examples > Libraries > net > SharedCanvasClient sketch, then switching to Android mode and trying to Run. Now I see that if I switch to Android mode then open examples, there is no Android Examples > Libraries > net > SharedCanvasClient sketch.
Adding "import java.net.*;" results in the same error. Replacing import processing.net.*; with import java.net.*; results in the same error.
Is there a library equivalent of "net" for Android? Ultimately, I'd like to run a SharedCanvasServer from Standard mode, and SharedCanvasClient from Android mode. Is there any reason a socket connection wouldn't work between these two?
Setup:
Processing 2.0a6
Android SDK Tools Revision 20
Project Type: Application
Project Target: Android 2.3.3
API level: 10
Library dependencies:
No Libraries