package processing.serial does not exist
Hi all,
I am relatively new to android processing and was wondering if anyone could help me with an error I got. I am communicating with arduino and getting serial data to be output through usb as a real time graph in Processing without Android mode turned on. I am using a mac. It works very well but when I turn android mode on to try to create the same sketch on the android emulator window I get the error below. My question is is it possible for android sketches to communicate serially with whatever is being sent to the usb port? Are there some special libraries I am forgetting to add? Thanks for your help.
package processing.serial does not exist
Ignoring sub-folder "library"
Ignoring sub-folder "src"
emulator: emulator window was out of view and was recentred
Android SDK Tools Revision 8
Project Target: Google APIs
Vendor: Google Inc.
Platform Version: 2.1-update1
API level: 7
------------------
Resolving library dependencies:
No library dependencies.
------------------
Importing rules file: tools/ant/main_rules.xml
BUILD FAILED
/Users/Documents/android-sdk-mac_86/tools/ant/main_rules.xml:361: Compile failed; see the compiler error output for details.
Total time: 27 seconds