Arduino + Processing + Android
in
Android Processing
•
11 months ago
I tried to use the Arduino Labs tutorial for the Accessory mode (
http://labs.arduino.cc/ADK/AccessoryMode) on my Samsung Galaxy 10.1 tab with no success. The Arduino examples (e.g.: analogread) uploads alright on the Mega ADK board, but for the corresponding Processing example I get the following error message:
TEST TEST: 4
Arduino_ADK 0.1a
by D. Cuartielles, A. Goransson
at http://arduino.cc, http://1scale1.com
D:\And
Exception in thread "Thread-12" java.lang.NoSuchMethodError: cc.arduino.adk.processing.MyBuild.preprocess(Ljava/io/File;Ljava/lang/String;Lprocessing/mode/java/preproc/PdePreprocessor;)Ljava/lang/String;
at cc.arduino.adk.processing.MyBuild.createProject(Unknown Source)
at cc.arduino.adk.processing.MyBuild.build(Unknown Source)
at cc.arduino.adk.processing.MyCompileThread.compileAndUpload(Unknown Source)
at cc.arduino.adk.processing.MyCompileThread.run(Unknown Source)
Android SDK is in the D:\And folder. My OS is Windows 7.
Any help?
PS: the ADB mode works alright, though!
TEST TEST: 4
Arduino_ADK 0.1a
by D. Cuartielles, A. Goransson
at http://arduino.cc, http://1scale1.com
D:\And
Exception in thread "Thread-12" java.lang.NoSuchMethodError: cc.arduino.adk.processing.MyBuild.preprocess(Ljava/io/File;Ljava/lang/String;Lprocessing/mode/java/preproc/PdePreprocessor;)Ljava/lang/String;
at cc.arduino.adk.processing.MyBuild.createProject(Unknown Source)
at cc.arduino.adk.processing.MyBuild.build(Unknown Source)
at cc.arduino.adk.processing.MyCompileThread.compileAndUpload(Unknown Source)
at cc.arduino.adk.processing.MyCompileThread.run(Unknown Source)
Android SDK is in the D:\And folder. My OS is Windows 7.
Any help?
PS: the ADB mode works alright, though!
3